fixes #9015: bold links not semibold in alerts

This commit is contained in:
Mark Otto 2013-08-02 14:07:26 -07:00
parent 83eea13e63
commit d46e645a0f
3 changed files with 3 additions and 3 deletions

View File

@ -3874,7 +3874,7 @@ button.close {
}
.alert .alert-link {
font-weight: 500;
font-weight: bold;
color: #a47e3c;
}

File diff suppressed because one or more lines are too long

View File

@ -26,7 +26,7 @@
}
// Provide class for links that match alerts
.alert-link {
font-weight: 500;
font-weight: bold;
color: darken(@alert-text, 10%);
}