From 0add7700adc3ccdef68b7a88ec3537b5e523bf9a Mon Sep 17 00:00:00 2001 From: Kevin Suttle Date: Sat, 24 Aug 2013 11:16:08 -0400 Subject: Add role="button" to buttons These should really be Warning! Best check yo self, you're not looking too good. {% highlight html %} -
+
Warning! Best check yo self, you're not looking too good.
-- cgit v1.2.3 From d1f60671c7c123e9446f7819987f59670787fbb9 Mon Sep 17 00:00:00 2001 From: Tom Pietschker Date: Tue, 27 Aug 2013 09:45:38 -0400 Subject: per the docs - use instead of - - + Left + Middle + Right
{% highlight html %} -- cgit v1.2.3 From 77bee02c85073572accdbceb94cb2055744f0467 Mon Sep 17 00:00:00 2001 From: Tom Pietschker Date: Tue, 27 Aug 2013 09:46:10 -0400 Subject: add role="button" --- components.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'components.html') diff --git a/components.html b/components.html index c0cd05346..960088a79 100644 --- a/components.html +++ b/components.html @@ -558,9 +558,9 @@ base_url: "../" {% highlight html %} -- cgit v1.2.3 From 2f2ce15e587868cfbde2906560dae8def0b4880d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 27 Aug 2013 08:34:17 -0700 Subject: Fixes #10082: document `.navbar-form` * Adds new section to navbar docs with example * Updates example classes for all collapsing navbars so their numbers increment as you scroll --- components.html | 62 ++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 48 insertions(+), 14 deletions(-) (limited to 'components.html') diff --git a/components.html b/components.html index c2e0e261a..9b724b209 100644 --- a/components.html +++ b/components.html @@ -1497,8 +1497,9 @@ base_url: "../" - -

For buttons not residing in a <form>, add this class to vertically center buttons within a navbar.

+ +

Place form content within .navbar-form for proper vertical alignment and collapsed behavior in narrow viewports. Use the alignment options to decide where it resides within the navbar content.

+

As a heads up, .navbar-form shares much of it's code with .form-inline via mixin.

+
+{% highlight html %} + +{% endhighlight %} + + + +

For buttons not residing in a <form>, add this class to vertically center buttons within a navbar.

+
+ @@ -1525,7 +1559,7 @@ base_url: "../"
@@ -1548,7 +1582,7 @@ base_url: "../"
@@ -1577,7 +1611,7 @@ base_url: "../"