Commit 78849cf5 authored by Mark Otto's avatar Mark Otto

remove jank fix for dt bold text

parent cd466f1d
...@@ -682,7 +682,6 @@ dd { ...@@ -682,7 +682,6 @@ dd {
dt { dt {
font-weight: bold; font-weight: bold;
line-height: 17px;
} }
dd { dd {
......
...@@ -124,7 +124,6 @@ dd { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment