aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.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.css
parent06017b26ca5a9c835edb9d42188431fa30c7e499 (diff)
downloadbootstrap-86191d898b2520611b537892e33be3b179f83199.tar.xz
bootstrap-86191d898b2520611b537892e33be3b179f83199.zip
height auto on mutli select
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 7a538c717..1556d7704 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: Wed Jan 25 11:47:25 PST 2012
+ * Date: Wed Jan 25 11:50:14 PST 2012
*/
article,
aside,
@@ -555,7 +555,7 @@ select {
background-color: #ffffff;
}
select[multiple], select[size] {
- height: inherit;
+ height: auto;
}
input[type=image] {
-webkit-box-shadow: none;