aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-15 17:49:35 -0800
committerChris Rebert <[email protected]>2014-12-15 17:49:35 -0800
commitd0c2a82ea863ad2b0612ebff99763e6558693553 (patch)
tree7e9a2a11e8864be70ed5d68d3b5df326f4aff0e9 /docs
parent9f09a23aeace4fad38a832245b0af004f7496dfb (diff)
downloadbootstrap-d0c2a82ea863ad2b0612ebff99763e6558693553.tar.xz
bootstrap-d0c2a82ea863ad2b0612ebff99763e6558693553.zip
Use .alert-heading instead of hardcoding <h4>
Diffstat (limited to 'docs')
-rw-r--r--docs/javascript/alerts.md2
1 files changed, 1 insertions, 1 deletions
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 %}
<div class="alert alert-danger alert-dismissible fade in" role="alert">
<button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
- <h4>Oh snap! You got an error!</h4>
+ <h4 class="alert-heading">Oh snap! You got an error!</h4>
<p>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.</p>
<p>
<button type="button" class="btn btn-danger">Take this action</button>