Author: ionfish
Date: Tue Apr 29 05:48:30 2008
New Revision: 573
Modified:
trunk/style.css
Log:
Refactor form styling to remove duplication
Modified: trunk/style.css
=========================================================================== ===
--- trunk/style.css (original)
+++ trunk/style.css Tue Apr 29 05:48:30 2008
@@ -29,7 +29,6 @@
html, body, form, fieldset { margin: 0; padding: 0; }
form label { cursor: pointer; }
fieldset { border: none; }
-input, select, textarea { font-size: 100%; }
/* Main structure
----------------------------------------------- */
@@ -223,7 +222,7 @@
/* Forms
----------------------------------------------- */
-input { font-family: Verdana, Helvetica, Arial, sans-serif; font-size:
100%; }
+input, select, textarea { font-family: Verdana, Helvetica, Arial,
sans-serif; font-size: 100%; }
/* Search form
--------------------------------------- */