diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index ab0a0731..ffda9502 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 bdf8e605..41514b56 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;