diff options
| author | Mark Otto <[email protected]> | 2013-08-11 18:10:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-11 18:10:42 -0700 |
| commit | e9650f51bf9e335076ae2890915a99fee82ed9a7 (patch) | |
| tree | a4a79b19e9cd64465dd9e52751ff99cdb00894b3 /dist/css/bootstrap.css | |
| parent | a66cdb0c304b701c299bdbf24a53dd6105d4429d (diff) | |
| download | bootstrap-e9650f51bf9e335076ae2890915a99fee82ed9a7.tar.xz bootstrap-e9650f51bf9e335076ae2890915a99fee82ed9a7.zip | |
addressing #9189 manually, part 5: don't bother with a .label font-weight var and let's just use bold because windows hates 500
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index aa791541b..121bfdf2f 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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; |
