From 96a19c18fbef89a4f4ae261ae78e7fc26e9d2dd8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 17 Oct 2013 14:47:27 -0700 Subject: [PATCH] copy change, add to buttons anchor section --- components.html | 2 +- css.html | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/components.html b/components.html index 393f184004..59b3f4cee6 100644 --- a/components.html +++ b/components.html @@ -1607,7 +1607,7 @@ base_url: "../"

Context-specific usage

-

Like the standard button classes, .navbar-btn can be used to style <a> and <input> elements in most contexts. However, neither .navbar-btn nor the other button classes should be used within a .navbar-nav.

+

Like the standard button classes, .navbar-btn can be used on <a> and <input> elements. However, neither .navbar-btn nor the standard button classes should be used on <a> elements within .navbar-nav.

diff --git a/css.html b/css.html index 12032c497a..1eea9152ba 100644 --- a/css.html +++ b/css.html @@ -2216,6 +2216,10 @@ For example, <section> should be wrapped as inline.

Link functionality not impacted

This class will only change the <a>'s appearance, not its functionality. Use custom JavaScript to disable links here.

+
+

Context-specific usage

+

While button classes can be used on <a> and <button> elements, only <button> elements are supported within our nav and navbar components.

+

Button tags