2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

fix legends in ie7

This commit is contained in:
Mark Otto
2011-09-11 18:01:29 -07:00
parent 3ad034ea96
commit 18a5ef83ef
+3
View File
@@ -108,6 +108,9 @@ input[type=file] {
height: @baseline * 1.5; height: @baseline * 1.5;
line-height: @baseline * 1.5; line-height: @baseline * 1.5;
} }
select {
float: left;
}
textarea { textarea {
height: auto; height: auto;