aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-08-25 22:52:21 -0700
committerMark Otto <[email protected]>2011-08-25 22:52:21 -0700
commit0758f64045645849b21164149428719a005da1cb (patch)
treedfc979ee31d699cc5637fbdd5c392ed670fcbb5c /docs
parent7d821f18acf04cddd1067ee612773ce2f98cb4ac (diff)
downloadbootstrap-0758f64045645849b21164149428719a005da1cb.tar.xz
bootstrap-0758f64045645849b21164149428719a005da1cb.zip
updated classnames in the docs for the alerts, updated colors on error and info alerts/buttons
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index 136a0dbcd..68ae4cf94 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1064,7 +1064,7 @@
<div class="row">
<div class="span4 columns">
<h2>Basic alerts</h2>
- <p><code>div.alert</code></p>
+ <p><code>div.alert-message</code></p>
<p>One-line messages for highlighting the failure, possible failure, or success of an action. Particularly useful for forms.</p>
</div>
<div class="span12 columns">
@@ -1090,7 +1090,7 @@
<div class="row">
<div class="span4 columns">
<h2>Block messages</h2>
- <p><code>div.alert.alert-block</code></p>
+ <p><code>div.alert-message.block-message</code></p>
<p>For messages that require a bit of explanation, we have paragraph style alerts. These are perfect for bubbling up longer error messages, warning a user of a pending action, or just presenting information for more emphasis on the page.</p>
</div>
<div class="span12 columns">