From: Mark Otto Date: Mon, 25 Jun 2012 22:09:39 +0000 (-0700) Subject: remove jank fix for dt bold text X-Git-Tag: v2.1.0~2^2~242 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78849cf52ef2eba9dd8df621985ac277b67dd23b;p=thirdparty%2Fbootstrap.git remove jank fix for dt bold text --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index ab0a0731a1..ffda9502f3 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -682,7 +682,6 @@ dd { dt { font-weight: bold; - line-height: 17px; } dd { diff --git a/less/type.less b/less/type.less index bdf8e605e1..41514b56c5 100644 --- a/less/type.less +++ b/less/type.less @@ -124,7 +124,6 @@ dd { } dt { font-weight: bold; - line-height: @baseLineHeight - 1; // fix jank Helvetica Neue font bug } dd { margin-left: @baseLineHeight / 2;