diff options
| author | Mark Otto <[email protected]> | 2011-09-11 18:01:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-11 18:01:29 -0700 |
| commit | 18a5ef83eff25130927e5b3a5ffb522752974eb8 (patch) | |
| tree | b3c4bee6111843764876e79de9df8722206bc55e /lib | |
| parent | 3ad034ea9671ffbc44278085ca3bb30979808278 (diff) | |
| download | bootstrap-18a5ef83eff25130927e5b3a5ffb522752974eb8.tar.xz bootstrap-18a5ef83eff25130927e5b3a5ffb522752974eb8.zip | |
fix legends in ie7
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/forms.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/forms.less b/lib/forms.less index fc30618a4..a1fdbd937 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -108,6 +108,9 @@ input[type=file] { height: @baseline * 1.5; line-height: @baseline * 1.5; } +select { + float: left; +} textarea { height: auto; |
