]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix legends in ie7
authorMark Otto <mark.otto@twitter.com>
Mon, 12 Sep 2011 01:01:29 +0000 (18:01 -0700)
committerMark Otto <mark.otto@twitter.com>
Mon, 12 Sep 2011 01:01:29 +0000 (18:01 -0700)
lib/forms.less

index fc30618a4f073af6c17c5ebb2f3e306123bf152c..a1fdbd9373eab42d631ad7cb38c300ba6805475a 100644 (file)
@@ -108,6 +108,9 @@ input[type=file] {
   height: @baseline * 1.5;
   line-height: @baseline * 1.5;
 }
+select {
+  float: left;
+}
 
 textarea {
   height: auto;