From 3c0cbee81a4245b4d336731b180e49c6773345c9 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Sat, 29 Aug 2009 23:34:19 +0000 Subject: [PATCH] Added font size for simple search label - this broke cause of the other font sizing changes that have been made recently (r55333). --- skins/vector/main-ltr.css | 3 +++ skins/vector/main-rtl.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 91dcf049dc..333369b70e 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -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; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 5fced17efe..0b5692a686 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -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; -- 2.20.1