diff options
| author | Mark Otto <[email protected]> | 2012-06-25 15:09:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-25 15:09:39 -0700 |
| commit | 78849cf52ef2eba9dd8df621985ac277b67dd23b (patch) | |
| tree | 0681b1c2b6e6c548df526358c6ac4b339ebf9d15 | |
| parent | cd466f1d0b51c5165f7b615c671ee94d53f48eeb (diff) | |
| download | bootstrap-78849cf52ef2eba9dd8df621985ac277b67dd23b.tar.xz bootstrap-78849cf52ef2eba9dd8df621985ac277b67dd23b.zip | |
remove jank fix for dt bold text
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 | ||||
| -rw-r--r-- | less/type.less | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index ab0a0731a..ffda9502f 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 bdf8e605e..41514b56c 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; |
