diff options
| author | Mark Otto <[email protected]> | 2013-10-17 14:53:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-17 14:53:50 -0700 |
| commit | 4c043b7d5f3f9d1f7c4ebe1e82c77b29d282fc39 (patch) | |
| tree | 78c0abc8582aea2fab7b66b3a3ec78c140474782 /css.html | |
| parent | bb30f6355a6ef9507b6ee65c820febb857bc6dfc (diff) | |
| parent | 70d85be3b79f16eda4e21d533e6e7436d2273c7f (diff) | |
| download | bootstrap-4c043b7d5f3f9d1f7c4ebe1e82c77b29d282fc39.tar.xz bootstrap-4c043b7d5f3f9d1f7c4ebe1e82c77b29d282fc39.zip | |
Merge pull request #11096 from twbs/navbar-button-docs
Resolves #10923
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2216,6 +2216,10 @@ For example, <code><section></code> should be wrapped as inline. <h4>Link functionality not impacted</h4> <p>This class will only change the <code><a></code>'s appearance, not its functionality. Use custom JavaScript to disable links here.</p> </div> + <div class="bs-callout bs-callout-warning"> + <h4>Context-specific usage</h4> + <p>While button classes can be used on <code><a></code> and <code><button></code> elements, only <code><button></code> elements are supported within our nav and navbar components.</p> + </div> <h2 id="buttons-tags">Button tags</h2> |
