diff options
| author | Mark Otto <[email protected]> | 2013-10-17 14:47:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-17 14:47:27 -0700 |
| commit | 96a19c18fbef89a4f4ae261ae78e7fc26e9d2dd8 (patch) | |
| tree | 810d935c0689ebfd65ba638d5d3a2ca345ec7ca3 | |
| parent | 21fad338584aa08c6c1dab6b9be3198b684ebd75 (diff) | |
| download | bootstrap-96a19c18fbef89a4f4ae261ae78e7fc26e9d2dd8.tar.xz bootstrap-96a19c18fbef89a4f4ae261ae78e7fc26e9d2dd8.zip | |
copy change, add to buttons anchor section
| -rw-r--r-- | components.html | 2 | ||||
| -rw-r--r-- | css.html | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/components.html b/components.html index 393f18400..59b3f4cee 100644 --- a/components.html +++ b/components.html @@ -1607,7 +1607,7 @@ base_url: "../" <div class="bs-callout bs-callout-warning"> <h4>Context-specific usage</h4> - <p>Like the standard <a href="{{ page.base_url }}css#buttons">button classes</a>, <code>.navbar-btn</code> can be used to style <code><a></code> and <code><input></code> elements in most contexts. However, neither <code>.navbar-btn</code> nor the other button classes should be used within a <code>.navbar-nav</code>.</p> + <p>Like the standard <a href="{{ page.base_url }}css#buttons">button classes</a>, <code>.navbar-btn</code> can be used on <code><a></code> and <code><input></code> elements. However, neither <code>.navbar-btn</code> nor the standard button classes should be used on <code><a></code> elements within <code>.navbar-nav</code>.</p> </div> <h2 id="navbar-text">Text</h2> @@ -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> |
