0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

fix legends in ie7

This commit is contained in:
Mark Otto 2011-09-11 18:01:29 -07:00
parent 3ad034ea96
commit 18a5ef83ef

View File

@ -108,6 +108,9 @@ input[type=file] {
height: @baseline * 1.5;
line-height: @baseline * 1.5;
}
select {
float: left;
}
textarea {
height: auto;