aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-12 01:20:22 -0700
committerMark Otto <[email protected]>2013-08-12 01:20:22 -0700
commit6dbf588237529fc8909bf65caa103fd4fc224fbc (patch)
tree76f7c11e880f04570483764f57f5e1c218c90415 /_includes
parentaefed0ada9791338be11dd5318b24f17f517d51a (diff)
downloadbootstrap-6dbf588237529fc8909bf65caa103fd4fc224fbc.tar.xz
bootstrap-6dbf588237529fc8909bf65caa103fd4fc224fbc.zip
fixes #9310: alerts aren't dismissable by default, now requires .alert-dismissable if you need a close button
Diffstat (limited to '_includes')
-rw-r--r--_includes/nav-components.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/nav-components.html b/_includes/nav-components.html
index 6e3228ae5..f23434654 100644
--- a/_includes/nav-components.html
+++ b/_includes/nav-components.html
@@ -94,6 +94,7 @@
<ul class="nav">
<li><a href="#alerts-default">Default alert</a></li>
<li><a href="#alerts-alternatives">Contextual alternatives</a></li>
+ <li><a href="#alerts-dismissable">Dismissable alerts</a></li>
<li><a href="#alerts-links">Links in alerts</a></li>
</ul>
</li>