aboutsummaryrefslogtreecommitdiff
path: root/docs/docs.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-04-20 15:36:11 -0700
committerMark Otto <[email protected]>2013-04-20 15:36:11 -0700
commitdc4436dbc9f328f4ad6ee391b6836b6c8d0324c2 (patch)
tree9f6ed2bc4a30bc0d3757af5145abd0960670f82a /docs/docs.html
parent0c9b161bb889a5f47f7ef0752d90c41c9f957695 (diff)
downloadbootstrap-dc4436dbc9f328f4ad6ee391b6836b6c8d0324c2.tar.xz
bootstrap-dc4436dbc9f328f4ad6ee391b6836b6c8d0324c2.zip
Only use .danger for alerts, no more .error
Diffstat (limited to 'docs/docs.html')
-rw-r--r--docs/docs.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs.html b/docs/docs.html
index 55e3dfb72..e62e44661 100644
--- a/docs/docs.html
+++ b/docs/docs.html
@@ -4246,7 +4246,7 @@ body {
<h3 id="alerts-alternatives">Contextual alternatives</h3>
<p>Add optional classes to change an alert's connotation.</p>
<div class="bs-docs-example">
- <div class="alert alert-error">
+ <div class="alert alert-danger">
<button type="button" class="close" data-dismiss="alert">&times;</button>
<strong>Oh snap!</strong> Change a few things up and try submitting again.
</div>
@@ -4260,7 +4260,7 @@ body {
</div>
</div>
{% highlight html linenos %}
-<div class="alert alert-error">...</div>
+<div class="alert alert-danger">...</div>
<div class="alert alert-success">...</div>
<div class="alert alert-info">...</div>
{% endhighlight %}