diff options
| author | Mark Otto <[email protected]> | 2011-10-26 23:24:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-26 23:24:22 -0700 |
| commit | b4c894961c0b75361ead496f1686eb3cf41c5c97 (patch) | |
| tree | 2762c02984d68c1adc46636f32a64be4bfd7e4ea /docs/components.html | |
| parent | 648c4689273647c321dd6e3979d910282e9a9339 (diff) | |
| download | bootstrap-b4c894961c0b75361ead496f1686eb3cf41c5c97.tar.xz bootstrap-b4c894961c0b75361ead496f1686eb3cf41c5c97.zip | |
address issue #414 and fix up a number of docs loose ends
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html index 0e3f0a223..59273ac19 100644 --- a/docs/components.html +++ b/docs/components.html @@ -548,7 +548,7 @@ <div class="row"> <div class="span3"> <h2>Block messages</h2> - <p><code>.alert-message.block-message</code></p> + <p><code><div class="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> <p><a class="btn js-btn" href="./javascript.html#alerts">Get the javascript »</a></p> </div> |
