aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.min.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-25 11:51:13 -0800
committerMark Otto <[email protected]>2012-01-25 11:51:13 -0800
commit86191d898b2520611b537892e33be3b179f83199 (patch)
tree196760225fc742b487a6fc1bfac864c767ea50a2 /bootstrap.min.css
parent06017b26ca5a9c835edb9d42188431fa30c7e499 (diff)
downloadbootstrap-86191d898b2520611b537892e33be3b179f83199.tar.xz
bootstrap-86191d898b2520611b537892e33be3b179f83199.zip
height auto on mutli select
Diffstat (limited to 'bootstrap.min.css')
-rw-r--r--bootstrap.min.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.min.css b/bootstrap.min.css
index 87ea670e0..817482950 100644
--- a/bootstrap.min.css
+++ b/bootstrap.min.css
@@ -101,7 +101,7 @@ input[type=file]{padding:initial;line-height:initial;border:initial;background-c
input[type=button],input[type=reset],input[type=submit]{width:auto;height:auto;}
select,input[type=file]{height:27px;*margin-top:4px;line-height:27px;}
select{width:220px;vertical-align:middle;background-color:#ffffff;}
-select[multiple],select[size]{height:inherit;}
+select[multiple],select[size]{height:auto;}
input[type=image]{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
textarea{height:auto;}
.radio,.checkbox{padding-left:18px;}