You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your own words:
"No default class
Alerts don't have default classes, only base and modifier classes. A default gray alert doesn't make too much sense, so you're required to specify a type via contextual class. Choose from success, info, warning, or danger."
The text was updated successfully, but these errors were encountered:
clbn
added a commit
to clbn/bootstrap
that referenced
this issue
Aug 27, 2013
Just a small fix in docs.
http://getbootstrap.com/components/#alerts-dismissable
<div class="alert alert-dismissable">
should have .alert-contextual
<div class="alert alert-warning alert-dismissable">
In your own words:
"No default class
Alerts don't have default classes, only base and modifier classes. A default gray alert doesn't make too much sense, so you're required to specify a type via contextual class. Choose from success, info, warning, or danger."
The text was updated successfully, but these errors were encountered: