1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 14:54:27 +02:00

Use .alert-heading instead of hardcoding <h4>

This commit is contained in:
Chris Rebert
2014-12-15 17:49:35 -08:00
parent 9f09a23aea
commit d0c2a82ea8
2 changed files with 3 additions and 3 deletions

View File

@@ -13,9 +13,9 @@
@include border-radius($alert-border-radius);
// Headings for larger alerts
h4 {
.alert-heading {
margin-top: 0;
// Specified for the h4 to prevent conflicts of changing $headings-color
// Specified to prevent conflicts of changing $headings-color
color: inherit;
}
// Provide class for links that match alerts