diff --git a/docs/javascript/alerts.md b/docs/javascript/alerts.md index bbe2eeab4..8d3df5d2f 100644 --- a/docs/javascript/alerts.md +++ b/docs/javascript/alerts.md @@ -22,7 +22,7 @@ When using a `.close` button, it must be the first child of the `.alert-dismissi {% example html %}
Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.
diff --git a/scss/_alert.scss b/scss/_alert.scss index 685ca314b..f45114e85 100644 --- a/scss/_alert.scss +++ b/scss/_alert.scss @@ -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