]> git.openstreetmap.org Git - rails.git/commitdiff
Restore the appearance of input buttons.
authorTom Hughes <tom@compton.nu>
Wed, 23 Apr 2008 09:06:06 +0000 (09:06 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 23 Apr 2008 09:06:06 +0000 (09:06 +0000)
public/stylesheets/site.css

index 0ebec9c597bb65e8c28989b60c25ef4674ba7632..d38f7844fd9359232905ce4700d823307497ae96 100644 (file)
@@ -529,6 +529,10 @@ input[type="text"], input[type="password"], textarea {
   border: 1px solid black;
 }
 
   border: 1px solid black;
 }
 
+input[type="submit"] {
+  border: 1px solid black;
+}
+
 .nohome .location {
   display: none;
 }
 .nohome .location {
   display: none;
 }