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 /components.html | |
| parent | 21fad338584aa08c6c1dab6b9be3198b684ebd75 (diff) | |
| download | bootstrap-96a19c18fbef89a4f4ae261ae78e7fc26e9d2dd8.tar.xz bootstrap-96a19c18fbef89a4f4ae261ae78e7fc26e9d2dd8.zip | |
copy change, add to buttons anchor section
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 2 |
1 files changed, 1 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> |
