diff options
| author | Mark Otto <[email protected]> | 2013-08-18 19:50:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 19:50:53 -0700 |
| commit | 108d10a920449d113f6bf446941683a05607db3c (patch) | |
| tree | 14f02c462cdef2f13b4775f45049be19324029ff /_includes | |
| parent | d5cd040f57b5b1036a7a927332a3220cceefae43 (diff) | |
| download | bootstrap-108d10a920449d113f6bf446941683a05607db3c.tar.xz bootstrap-108d10a920449d113f6bf446941683a05607db3c.zip | |
Refactor alerts to have a base class, but no default class, thus requiring a modifier class at all times
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/nav-components.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/_includes/nav-components.html b/_includes/nav-components.html index a1105cdda..8a40b1f35 100644 --- a/_includes/nav-components.html +++ b/_includes/nav-components.html @@ -93,8 +93,7 @@ <li> <a href="#alerts">Alerts</a> <ul class="nav"> - <li><a href="#alerts-default">Default alert</a></li> - <li><a href="#alerts-alternatives">Contextual alternatives</a></li> + <li><a href="#alerts-examples">Examples</a></li> <li><a href="#alerts-dismissable">Dismissable alerts</a></li> <li><a href="#alerts-links">Links in alerts</a></li> </ul> |
