Added font size for simple search label - this broke cause of the other font sizing...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Sat, 29 Aug 2009 23:34:19 +0000 (23:34 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Sat, 29 Aug 2009 23:34:19 +0000 (23:34 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index 91dcf04..333369b 100644 (file)
@@ -319,6 +319,9 @@ body {
                background-position: top left;
                background-repeat: repeat-x;
        }
+       #simpleSearch label {
+               font-size: 0.8em;
+       }
        #simpleSearch input#searchInput {
                margin: 0;
                border-width: 0;
index 5fced17..0b5692a 100644 (file)
@@ -319,6 +319,9 @@ body {
                background-position: top right;
                background-repeat: repeat-x;
        }
+       #simpleSearch label {
+               font-size: 0.8em;
+       }
        #simpleSearch input#searchInput {
                margin: 0;
                border-width: 0;