diff options
| author | Mark Otto <[email protected]> | 2013-05-16 20:53:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-16 20:53:59 -0700 |
| commit | 9762f95bde0fc251aa42d2e843cf5885f264cca3 (patch) | |
| tree | 94d30c84a0ff06316a89b3b6b18f9ef2276cf18c /docs/_includes | |
| parent | 0f4b4acce1df7f2cdfc6e0ad6dca59480868bd8d (diff) | |
| download | bootstrap-9762f95bde0fc251aa42d2e843cf5885f264cca3.tar.xz bootstrap-9762f95bde0fc251aa42d2e843cf5885f264cca3.zip | |
Change up link alerts
* No more children selectors to set all links in alerts as a special color because buttons and more wrongly inherited color
* Adds .alert-link for easy styling in any alert
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/nav-components.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_includes/nav-components.html b/docs/_includes/nav-components.html index 8c7728bc8..4f49d68b2 100644 --- a/docs/_includes/nav-components.html +++ b/docs/_includes/nav-components.html @@ -84,6 +84,7 @@ <li><a href="#alerts-default">Default alert</a></li> <li><a href="#alerts-block">Block alerts</a></li> <li><a href="#alerts-alternatives">Contextual alternatives</a></li> + <li><a href="#alerts-links">Links in alerts</a></li> </ul> </li> <li> |
