From 29bd26b2b6d38adb06c7a26b1023212676fa462c Mon Sep 17 00:00:00 2001
From: Florian Zeitz <florob@babelmonkeys.de>
Date: Thu, 9 Sep 2010 22:42:15 +0200
Subject: [PATCH] Style fix: <select/> is used as part of forms too

---
 style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/style.css b/style.css
index 9bfb745..567a132 100644
--- 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
 }
-- 
2.39.5