diff options
| author | Mark Otto <[email protected]> | 2013-08-02 09:32:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-02 09:32:58 -0700 |
| commit | d0b94ead9a660adeca599b2cc49ce5134d432f2f (patch) | |
| tree | 23f4abb019f22bfc033f4c8e61e9ca96118c0dfb /components.html | |
| parent | 21be3efad3b1392ebc15acf082cbf3ae83437420 (diff) | |
| download | bootstrap-d0b94ead9a660adeca599b2cc49ce5134d432f2f.tar.xz bootstrap-d0b94ead9a660adeca599b2cc49ce5134d432f2f.zip | |
Fix #9008: consolidate `.alert-block` styles into `.alert`
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/components.html b/components.html index 227526a28..13a8da2b3 100644 --- a/components.html +++ b/components.html @@ -1815,23 +1815,6 @@ body { padding-bottom: 70px; } </div> {% endhighlight %} - <h3 id="alerts-block">Block alerts</h3> - <p>For longer messages, increase the padding on the top and bottom of the alert wrapper by adding <code>.alert-block</code>.</p> - <div class="bs-example"> - <div class="alert alert-block"> - <button type="button" class="close" data-dismiss="alert">×</button> - <h4>Warning!</h4> - <p>Best check yo self, you're not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p> - </div> - </div> -{% highlight html %} -<div class="alert alert-block"> - <button type="button" class="close" data-dismiss="alert">×</button> - <h4>Warning!</h4> - <p>...</p> -</div> -{% endhighlight %} - <h3 id="alerts-alternatives">Contextual alternatives</h3> <p>Add optional classes to change an alert's connotation.</p> <div class="bs-example"> |
