updated classnames in the docs for the alerts, updated colors on error and info alerts/buttons
This commit is contained in:
parent
7d821f18ac
commit
0758f64045
4 changed files with 29 additions and 30 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue