projects
/
adhocweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a815db
)
Style fix: <select/> is used as part of forms too
author
Florian Zeitz
<florob@babelmonkeys.de>
Thu, 9 Sep 2010 20:42:15 +0000
(22:42 +0200)
committer
Florian Zeitz
<florob@babelmonkeys.de>
Thu, 9 Sep 2010 20:42:15 +0000
(22:42 +0200)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/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
}