diff options
| author | Mark Otto <[email protected]> | 2011-09-11 17:36:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-11 17:36:15 -0700 |
| commit | 3ad034ea9671ffbc44278085ca3bb30979808278 (patch) | |
| tree | c88296e9bae66bad4dc7342ba39d4cb0f1226377 /lib/forms.less | |
| parent | 1ae603fda05c96a4bc3eed284aa6b5ce7a2a93cd (diff) | |
| download | bootstrap-3ad034ea9671ffbc44278085ca3bb30979808278.tar.xz bootstrap-3ad034ea9671ffbc44278085ca3bb30979808278.zip | |
fix legends in ie7
Diffstat (limited to 'lib/forms.less')
| -rw-r--r-- | lib/forms.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/forms.less b/lib/forms.less index 2333718e0..fc30618a4 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -19,9 +19,9 @@ fieldset { padding-left: 150px; font-size: @basefont * 1.5; line-height: 1; - *margin: 0 0 5px 145px; /* IE6-7 */ - *line-height: 1.5; /* IE6-7 */ color: @grayDark; + *padding: 0 0 5px 145px; /* IE6-7 */ + *line-height: 1.5; /* IE6-7 */ } } |
