aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-12 17:56:30 -0700
committerMark Otto <[email protected]>2014-07-12 17:56:30 -0700
commit4e55a867a02550030609dbf675aa1e00aeb92e9f (patch)
tree84472f76afce83188f287c7993167e93e16ab1ea /docs
parent5cfde0d3a5819374e5f750b4fcfedfccc5c19889 (diff)
parentbb1286a0ab073bce1d18f704d7ac0545ea76c6ef (diff)
downloadbootstrap-4e55a867a02550030609dbf675aa1e00aeb92e9f.tar.xz
bootstrap-4e55a867a02550030609dbf675aa1e00aeb92e9f.zip
Merge branch 'master' into derp
Conflicts: docs/_includes/components/alerts.html docs/_includes/getting-started/browser-device-support.html
Diffstat (limited to 'docs')
-rw-r--r--docs/javascript/alerts.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/javascript/alerts.md b/docs/javascript/alerts.md
index 448e96795..43ef5a20b 100644
--- a/docs/javascript/alerts.md
+++ b/docs/javascript/alerts.md
@@ -9,14 +9,14 @@ title: Alerts
<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="alert alert-warning fade in" role="alert">
+ <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 fade in" role="alert">
+ <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>
<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>