Added some comments to some CSS rules added in r67871 which are suspect on first...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 14 Jun 2010 18:05:30 +0000 (18:05 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 14 Jun 2010 18:05:30 +0000 (18:05 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index f874c41..8a4add3 100644 (file)
@@ -356,6 +356,10 @@ div#mw-head h5 {
                background-repeat: repeat-x;
        }
        div#simpleSearch label {
+               /*
+                * DONT PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent
+                * this from ever being shown anyways.
+               */
                font-size: 13px;
                top: 0.25em;
        }
@@ -364,6 +368,10 @@ div#mw-head h5 {
                border-width: 0;
                padding: 3px;
                line-height: 1em;
+               /*
+                * DONT PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent
+                * this from ever being shown anyways.
+               */
                font-size: 13px;
                width: 14em;
                background-color: transparent;
index 80f8808..2221aed 100644 (file)
@@ -356,6 +356,10 @@ div#mw-head h5 {
                background-repeat: repeat-x;
        }
        div#simpleSearch label {
+               /*
+                * DONT PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent
+                * this from ever being shown anyways.
+               */
                font-size: 13px;
                top: 0.25em;
        }
@@ -364,6 +368,10 @@ div#mw-head h5 {
                border-width: 0;
                padding: 3px;
                line-height: 1em;
+               /*
+                * DONT PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent
+                * this from ever being shown anyways.
+               */
                font-size: 13px;
                width: 14em;
                background-color: transparent;