You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ni...@apache.org on 2004/09/07 18:44:26 UTC

svn commit: rev 43480 - forrest/trunk/src/core/context/skins/pelt/css

Author: nicolaken
Date: Tue Sep  7 09:44:25 2004
New Revision: 43480

Modified:
   forrest/trunk/src/core/context/skins/pelt/css/screen.css
Log:
Make the search box fonts smaller by telling the browser to apply the css size to input tags.

Modified: forrest/trunk/src/core/context/skins/pelt/css/screen.css
==============================================================================
--- forrest/trunk/src/core/context/skins/pelt/css/screen.css	(original)
+++ forrest/trunk/src/core/context/skins/pelt/css/screen.css	Tue Sep  7 09:44:25 2004
@@ -115,6 +115,9 @@
     padding: 0 0 2px 0;
     margin: 0;
 }
+#top .searchbox input {
+    font-size: 100%;
+}
 
 #tabs {
     clear: both;