mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 18:44:01 +02:00
remove jank fix for dt bold text
This commit is contained in:
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
@@ -682,7 +682,6 @@ dd {
|
||||
|
||||
dt {
|
||||
font-weight: bold;
|
||||
line-height: 17px;
|
||||
}
|
||||
|
||||
dd {
|
||||
|
@@ -124,7 +124,6 @@ dd {
|
||||
}
|
||||
dt {
|
||||
font-weight: bold;
|
||||
line-height: @baseLineHeight - 1; // fix jank Helvetica Neue font bug
|
||||
}
|
||||
dd {
|
||||
margin-left: @baseLineHeight / 2;
|
||||
|
Reference in New Issue
Block a user