Nits, pan control had no update

This commit is contained in:
Kevin
2013-05-16 18:26:59 -07:00
parent 23b01a8949
commit 4c4d27ad6d
3 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
/* Make the default zoom control align with the pan control. /* Make the default zoom control align with the pan control.
This is ugly. This is ugly.
The parent box (class="leaflet-top leaflet-left") The parent box (class="leaflet-top leaflet-left")
should make all the child boxes be center-aligned instead. should make all the child boxes be center-aligned instead.

View File

@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @id iitc-plugin-pan-control@fragger // @id iitc-plugin-pan-control@fragger
// @name IITC plugin: pan control // @name IITC plugin: pan control
// @version 0.2.@@DATETIMEVERSION@@ // @version 0.1.1.@@DATETIMEVERSION@@
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @updateURL @@UPDATEURL@@ // @updateURL @@UPDATEURL@@
// @downloadURL @@DOWNLOADURL@@ // @downloadURL @@DOWNLOADURL@@

View File

@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @id iitc-plugin-zoom-slider@fragger // @id iitc-plugin-zoom-slider@fragger
// @name IITC plugin: zoom slider // @name IITC plugin: zoom slider
// @version 0.2.@@DATETIMEVERSION@@ // @version 0.1.1.@@DATETIMEVERSION@@
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @updateURL @@UPDATEURL@@ // @updateURL @@UPDATEURL@@
// @downloadURL @@DOWNLOADURL@@ // @downloadURL @@DOWNLOADURL@@