]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove jank fix for dt bold text
authorMark Otto <markotto@twitter.com>
Mon, 25 Jun 2012 22:09:39 +0000 (15:09 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 25 Jun 2012 22:09:39 +0000 (15:09 -0700)
docs/assets/css/bootstrap.css
less/type.less

index ab0a0731a1ab3358e2b2886674e436a74d4b7a0a..ffda9502f3076693ac276e9bba6efc038cf4a5f6 100644 (file)
@@ -682,7 +682,6 @@ dd {
 
 dt {
   font-weight: bold;
-  line-height: 17px;
 }
 
 dd {
index bdf8e605e1249893e5f52913b94ce9c2147f14c4..41514b56c5b360ce11aabbd8f6d4672ca20e7ca7 100644 (file)
@@ -124,7 +124,6 @@ dd {
 }
 dt {
   font-weight: bold;
-  line-height: @baseLineHeight - 1; // fix jank Helvetica Neue font bug
 }
 dd {
   margin-left: @baseLineHeight / 2;