Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-12-16 04:49:35 +0300
committerChris Rebert <code@rebertia.com>2014-12-16 04:49:35 +0300
commitd0c2a82ea863ad2b0612ebff99763e6558693553 (patch)
tree7e9a2a11e8864be70ed5d68d3b5df326f4aff0e9 /scss/_alert.scss
parent9f09a23aeace4fad38a832245b0af004f7496dfb (diff)
Use .alert-heading instead of hardcoding <h4>
Diffstat (limited to 'scss/_alert.scss')
-rw-r--r--scss/_alert.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_alert.scss b/scss/_alert.scss
index 685ca314b1..f45114e856 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