aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-02 14:07:26 -0700
committerMark Otto <[email protected]>2013-08-02 14:07:26 -0700
commitd46e645a0f19b24280bf700f4d4fb56caadb4409 (patch)
tree7b1dd36a304f7c8c88ccc9b86143384a2ade5b45 /dist/css/bootstrap.css
parent83eea13e6395d414a3c297c24b7f0f5dd7d7acce (diff)
downloadbootstrap-d46e645a0f19b24280bf700f4d4fb56caadb4409.tar.xz
bootstrap-d46e645a0f19b24280bf700f4d4fb56caadb4409.zip
fixes #9015: bold links not semibold in alerts
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css2
1 files changed, 1 insertions, 1 deletions
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;
}