remove jank fix for dt bold text

This commit is contained in:
Mark Otto 2012-06-25 15:09:39 -07:00
parent cd466f1d0b
commit 78849cf52e
2 changed files with 0 additions and 2 deletions

View File

@ -682,7 +682,6 @@ dd {
dt { dt {
font-weight: bold; font-weight: bold;
line-height: 17px;
} }
dd { dd {

View File

@ -124,7 +124,6 @@ dd {
} }
dt { dt {
font-weight: bold; font-weight: bold;
line-height: @baseLineHeight - 1; // fix jank Helvetica Neue font bug
} }
dd { dd {
margin-left: @baseLineHeight / 2; margin-left: @baseLineHeight / 2;