diff options
| author | Mark Otto <[email protected]> | 2011-12-27 16:08:07 -0600 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-27 16:08:07 -0600 |
| commit | 46d2ad5e221646807fb2bd71881860462988008e (patch) | |
| tree | 171b4f784015c632f43bea337641c8482dcd2a3d /bootstrap.css | |
| parent | 3426877c894b858d89e68c72bc300cd4f670c40f (diff) | |
| download | bootstrap-46d2ad5e221646807fb2bd71881860462988008e.tar.xz bootstrap-46d2ad5e221646807fb2bd71881860462988008e.zip | |
allow select with size attr to not have fixed height
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css index 51341e902..a1fcc1df6 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 Dec 27 15:49:07 CST 2011 + * Date: Tue Dec 27 16:07:55 CST 2011 */ html, body { margin: 0; @@ -604,7 +604,7 @@ select { background-color: #ffffff; vertical-align: middle; } -select[multiple] { +select[multiple], select[size] { height: inherit; } input[type=image] { |
