Refactor alerts to have a base class, but no default class, thus requiring a modifier class at all times
This commit is contained in:
parent
d5cd040f57
commit
108d10a920
5 changed files with 26 additions and 35 deletions
|
|
@ -1184,7 +1184,7 @@ $('#myPopover').on('hidden.bs.popover', function () {
|
|||
<h2 id="alerts-examples">Example alerts</h2>
|
||||
<p>Add dismiss functionality to all alert messages with this plugin.</p>
|
||||
<div class="bs-example">
|
||||
<div class="alert fade in">
|
||||
<div class="alert alert-warning fade in">
|
||||
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
|
||||
<strong>Holy guacamole!</strong> Best check yo self, you're not looking too good.
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue