2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

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
-1
View File
@@ -682,7 +682,6 @@ dd {
dt {
font-weight: bold;
line-height: 17px;
}
dd {
-1
View File
@@ -124,7 +124,6 @@ dd {
}
dt {
font-weight: bold;
line-height: @baseLineHeight - 1; // fix jank Helvetica Neue font bug
}
dd {
margin-left: @baseLineHeight / 2;