From 11f56bbb7b472f7fd17bd86909cf480ee860c751 Mon Sep 17 00:00:00 2001 From: Quy Ton Date: Sat, 4 Jan 2014 09:10:02 -0800 Subject: Use relative URLs --- docs/components.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index 5cb0bfc20..be6ccc269 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1421,7 +1421,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,

Mobile device caveats

-

There are some caveats regarding using form controls within fixed elements on mobile devices. See our browser support docs for details.

+

There are some caveats regarding using form controls within fixed elements on mobile devices. See our browser support docs for details.

@@ -1454,7 +1454,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,

Context-specific usage

-

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.

+

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.

-- cgit v1.2.3 From a617c805f298b8feefd7703c12decd035ef7d1ec Mon Sep 17 00:00:00 2001 From: Quy Ton Date: Sat, 4 Jan 2014 09:28:56 -0800 Subject: Fix anchor links --- docs/components.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index be6ccc269..f83848170 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1421,7 +1421,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,

Mobile device caveats

-

There are some caveats regarding using form controls within fixed elements on mobile devices. See our browser support docs for details.

+

There are some caveats regarding using form controls within fixed elements on mobile devices. See our browser support docs for details.

@@ -1454,7 +1454,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,

Context-specific usage

-

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.

+

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.

-- cgit v1.2.3 From ae255447f24ef3dc995ee7939e1c8704160f0055 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 5 Jan 2014 12:55:03 -0800 Subject: add .container(-fluid) to remaining navbar examples for consistency/accuracy follow-up to 93a4d6cc5ecdc1cbc09c4b8af2e587f4480b36cf --- docs/components.html | 340 +++++++++++++++++++++++++++------------------------ 1 file changed, 177 insertions(+), 163 deletions(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index f83848170..bb4464cb4 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1270,108 +1270,112 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,
{% highlight html %} {% endhighlight %} @@ -1391,22 +1395,24 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,

As a heads up, .navbar-form shares much of its code with .form-inline via mixin. Some form controls, like input groups, may require fixed widths to be show up properly within a navbar.

@@ -1434,17 +1440,19 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,

Add the .navbar-btn class to <button> elements not residing in a <form> to vertically center them in the navbar.

@@ -1461,17 +1469,19 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,

Wrap strings of text in an element with .navbar-text, usually on a <p> tag for proper leading and color.

@@ -1484,17 +1494,19 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,

For folks using standard links that are not within the regular navbar navigation component, use the .navbar-link class to add the proper colors for the default and inverse navbar options.

@@ -1637,25 +1649,27 @@ body { padding-bottom: 70px; }

Modify the look of the navbar by adding .navbar-inverse.

{% highlight html %} -- cgit v1.2.3