aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js/alerts.html
diff options
context:
space:
mode:
authorHeinrich Fenkart <[email protected]>2014-07-17 04:33:30 +0200
committerHeinrich Fenkart <[email protected]>2014-07-17 05:16:48 +0200
commit38335b2a3dcaac8bb706b5542e10f8edd8ea6a5e (patch)
treebc43080c18050fbb0dd805d8bd97643932ae8627 /docs/_includes/js/alerts.html
parent31772677f959bf449fee2a57805da66476d8eec8 (diff)
downloadbootstrap-38335b2a3dcaac8bb706b5542e10f8edd8ea6a5e.tar.xz
bootstrap-38335b2a3dcaac8bb706b5542e10f8edd8ea6a5e.zip
Merge alert examples and add `.bs-example-standalone` class
Diffstat (limited to 'docs/_includes/js/alerts.html')
-rw-r--r--docs/_includes/js/alerts.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/_includes/js/alerts.html b/docs/_includes/js/alerts.html
index 5b7f4e10c..2f6b33368 100644
--- a/docs/_includes/js/alerts.html
+++ b/docs/_includes/js/alerts.html
@@ -3,14 +3,12 @@
<h2 id="alerts-examples">Example alerts</h2>
<p>Add dismiss functionality to all alert messages with this plugin.</p>
- <div class="bs-example">
+ <div class="bs-example bs-example-standalone">
<div class="alert alert-warning 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>
<strong>Holy guacamole!</strong> Best check yo self, you're not looking too good.
</div>
- </div><!-- /example -->
- <div class="bs-example">
<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>