mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-08 06:36:33 +02:00
reorder alerts
This commit is contained in:
@@ -1926,20 +1926,20 @@ body { padding-bottom: 70px; }
|
|||||||
<h2 id="alerts-alternatives">Contextual alternatives</h2>
|
<h2 id="alerts-alternatives">Contextual alternatives</h2>
|
||||||
<p>Add optional classes to change an alert's connotation.</p>
|
<p>Add optional classes to change an alert's connotation.</p>
|
||||||
<div class="bs-example">
|
<div class="bs-example">
|
||||||
<div class="alert alert-danger">
|
|
||||||
<strong>Oh snap!</strong> Change a few things up and try submitting again.
|
|
||||||
</div>
|
|
||||||
<div class="alert alert-success">
|
<div class="alert alert-success">
|
||||||
<strong>Well done!</strong> You successfully read this important alert message.
|
<strong>Well done!</strong> You successfully read this important alert message.
|
||||||
</div>
|
</div>
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
<strong>Heads up!</strong> This alert needs your attention, but it's not super important.
|
<strong>Heads up!</strong> This alert needs your attention, but it's not super important.
|
||||||
</div>
|
</div>
|
||||||
|
<div class="alert alert-danger">
|
||||||
|
<strong>Oh snap!</strong> Change a few things up and try submitting again.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
<div class="alert alert-danger">...</div>
|
|
||||||
<div class="alert alert-success">...</div>
|
<div class="alert alert-success">...</div>
|
||||||
<div class="alert alert-info">...</div>
|
<div class="alert alert-info">...</div>
|
||||||
|
<div class="alert alert-danger">...</div>
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
<h2 id="alerts-dismissable">Dismissable alerts</h2>
|
<h2 id="alerts-dismissable">Dismissable alerts</h2>
|
||||||
|
Reference in New Issue
Block a user