From 78849cf52ef2eba9dd8df621985ac277b67dd23b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 25 Jun 2012 15:09:39 -0700 Subject: [PATCH] remove jank fix for dt bold text --- docs/assets/css/bootstrap.css | 1 - less/type.less | 1 - 2 files changed, 2 deletions(-) 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;