aboutsummaryrefslogtreecommitdiff
path: root/lib/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-11 17:36:15 -0700
committerMark Otto <[email protected]>2011-09-11 17:36:15 -0700
commit3ad034ea9671ffbc44278085ca3bb30979808278 (patch)
treec88296e9bae66bad4dc7342ba39d4cb0f1226377 /lib/forms.less
parent1ae603fda05c96a4bc3eed284aa6b5ce7a2a93cd (diff)
downloadbootstrap-3ad034ea9671ffbc44278085ca3bb30979808278.tar.xz
bootstrap-3ad034ea9671ffbc44278085ca3bb30979808278.zip
fix legends in ie7
Diffstat (limited to 'lib/forms.less')
-rw-r--r--lib/forms.less4
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 */
}
}