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 /bootstrap.css | |
| 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 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css index ee88e9d4c..71d942401 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Tue Jan 24 10:45:20 PST 2012 + * Date: Tue Jan 24 12:27:30 PST 2012 */ article, aside, @@ -537,7 +537,6 @@ select, input[type=file] { } select { width: 220px; - padding: 0; vertical-align: middle; background-color: #ffffff; } |
