From d46e645a0f19b24280bf700f4d4fb56caadb4409 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 2 Aug 2013 14:07:26 -0700 Subject: fixes #9015: bold links not semibold in alerts --- 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 293a5274d..d27ee8065 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3874,7 +3874,7 @@ button.close { } .alert .alert-link { - font-weight: 500; + font-weight: bold; color: #a47e3c; } -- cgit v1.2.3