]> git.openstreetmap.org Git - rails.git/commitdiff
Only add a border to text input fields.
authorTom Hughes <tom@compton.nu>
Sat, 19 Apr 2008 10:14:52 +0000 (10:14 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 19 Apr 2008 10:14:52 +0000 (10:14 +0000)
public/stylesheets/site.css

index dee3e85049ce6e592f4bf95c89188ef4f55136af..c7f1b008572e7745a9982460e41f2b7fa4eaba89 100644 (file)
@@ -525,7 +525,7 @@ hides rule from IE5-Mac \*/
   list-style: square;
 }
 
-input {
+input[type="text"] {
   border: 1px solid black;
 }