Commit 18a5ef83 authored by Mark Otto's avatar Mark Otto

fix legends in ie7

parent 3ad034ea
......@@ -108,6 +108,9 @@ input[type=file] {
height: @baseline * 1.5;
line-height: @baseline * 1.5;
}
select {
float: left;
}
textarea {
height: auto;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment