aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-11 18:01:29 -0700
committerMark Otto <[email protected]>2011-09-11 18:01:29 -0700
commit18a5ef83eff25130927e5b3a5ffb522752974eb8 (patch)
treeb3c4bee6111843764876e79de9df8722206bc55e /lib
parent3ad034ea9671ffbc44278085ca3bb30979808278 (diff)
downloadbootstrap-18a5ef83eff25130927e5b3a5ffb522752974eb8.tar.xz
bootstrap-18a5ef83eff25130927e5b3a5ffb522752974eb8.zip
fix legends in ie7
Diffstat (limited to 'lib')
-rw-r--r--lib/forms.less3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/forms.less b/lib/forms.less
index fc30618a4..a1fdbd937 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -108,6 +108,9 @@ input[type=file] {
height: @baseline * 1.5;
line-height: @baseline * 1.5;
}
+select {
+ float: left;
+}
textarea {
height: auto;