aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-24 12:28:20 -0800
committerMark Otto <[email protected]>2012-01-24 12:28:20 -0800
commite829001e5cb488a7708878b074205fc41e82fc82 (patch)
tree2f3fb6428fe66800be7a0ec3740c510be8e8fe29 /lib
parent72861dfbf2759d6ea51ee557def37f85fb5f647d (diff)
downloadbootstrap-e829001e5cb488a7708878b074205fc41e82fc82.tar.xz
bootstrap-e829001e5cb488a7708878b074205fc41e82fc82.zip
attempt to fix select list alignment in Firefox by removing padding. not quite fixed 100%, but getting there.
Diffstat (limited to 'lib')
-rw-r--r--lib/forms.less1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/forms.less b/lib/forms.less
index be53c60cb..1f424abaa 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -107,7 +107,6 @@ input[type=file] {
// Chrome on Linux and Mobile Safari need background-color
select {
width: 220px; // default input width + 10px of padding that doesn't get applied
- padding: 0;
vertical-align: middle;
background-color: @white;
}