diff options
| author | Mark Otto <[email protected]> | 2012-01-24 12:28:20 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-24 12:28:20 -0800 |
| commit | e829001e5cb488a7708878b074205fc41e82fc82 (patch) | |
| tree | 2f3fb6428fe66800be7a0ec3740c510be8e8fe29 /lib/forms.less | |
| parent | 72861dfbf2759d6ea51ee557def37f85fb5f647d (diff) | |
| download | bootstrap-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/forms.less')
| -rw-r--r-- | lib/forms.less | 1 |
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; } |
