diff options
| author | Chris Rebert <[email protected]> | 2013-08-27 11:15:14 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-27 11:15:14 -0700 |
| commit | b3a23fa33a261295ed69adc9fbc75b70bf354962 (patch) | |
| tree | 051fd6ce951cd9a9f24c07b2a11439a6953f7fa4 /components.html | |
| parent | 32c03994ee217ee4501146eeb555954d0ba86e9e (diff) | |
| download | bootstrap-b3a23fa33a261295ed69adc9fbc75b70bf354962.tar.xz bootstrap-b3a23fa33a261295ed69adc9fbc75b70bf354962.zip | |
fix styling of alert-dismissable example
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components.html b/components.html index 9b724b209..4ecb26e31 100644 --- a/components.html +++ b/components.html @@ -2243,13 +2243,13 @@ body { padding-bottom: 70px; } <h2 id="alerts-dismissable">Dismissable alerts</h2> <p>Build on any alert by adding an optional <code>.alert-dismissable</code> and close button.</p> <div class="bs-example"> - <div class="alert alert-warning alert-dismissable"> + <div class="alert alert-warning alert-dismissable alert-warning"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button> <strong>Warning!</strong> Best check yo self, you're not looking too good. </div> </div> {% highlight html %} -<div class="alert alert-warning alert-dismissable"> +<div class="alert alert-warning alert-dismissable alert-warning"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button> <strong>Warning!</strong> Best check yo self, you're not looking too good. </div> |
