]> cgit.babelmonkeys.de Git - adhocweb.git/commitdiff
Style fix: <select/> is used as part of forms too
authorFlorian Zeitz <florob@babelmonkeys.de>
Thu, 9 Sep 2010 20:42:15 +0000 (22:42 +0200)
committerFlorian Zeitz <florob@babelmonkeys.de>
Thu, 9 Sep 2010 20:42:15 +0000 (22:42 +0200)
style.css

index 9bfb7458d419b67a7f7b2d527b1cd0dd967d0c01..567a132d9c6e1cc2d6a202aed4f3955ef5ec0e79 100644 (file)
--- a/style.css
+++ b/style.css
@@ -2,7 +2,7 @@ label {
   margin-right: 0.5em
 }
 
-input, textarea {
+input, textarea, select {
   margin: 0.25em;
   margin-left: 1em
 }