2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

fix legends in ie7

This commit is contained in:
Mark Otto
2011-09-11 17:36:15 -07:00
parent 1ae603fda0
commit 3ad034ea96
4 changed files with 24 additions and 7 deletions
+2 -2
View File
@@ -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 */
}
}