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

fix legends in ie7

parent 3ad034ea
Showing with 3 additions and 0 deletions
+3 -0
...@@ -108,6 +108,9 @@ input[type=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;
......
Supports Markdown
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