mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
addressing #9189 manually, part 5: don't bother with a .label font-weight var and let's just use bold because windows hates 500
This commit is contained in:
parent
a66cdb0c30
commit
e9650f51bf
2
dist/css/bootstrap.css
vendored
2
dist/css/bootstrap.css
vendored
@ -4119,7 +4119,7 @@ a.thumbnail:focus {
|
||||
display: inline;
|
||||
padding: .25em .6em;
|
||||
font-size: 75%;
|
||||
font-weight: 500;
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
color: #ffffff;
|
||||
text-align: center;
|
||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -6,7 +6,7 @@
|
||||
display: inline;
|
||||
padding: .25em .6em;
|
||||
font-size: 75%;
|
||||
font-weight: 500;
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
color: @label-color;
|
||||
text-align: center;
|
||||
|
Loading…
x
Reference in New Issue
Block a user