From e9650f51bf9e335076ae2890915a99fee82ed9a7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Aug 2013 18:10:42 -0700 Subject: addressing #9189 manually, part 5: don't bother with a .label font-weight var and let's just use bold because windows hates 500 --- dist/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') 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; -- cgit v1.2.3