From bec8c90fd7a126e23c1d3a66eba9782b32729e48 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 2 May 2013 22:52:32 -0700 Subject: Cleanup .navbar-form styles * Nuke the commented out navbar forms code that's not currently needed * Add a few more examples to the .navbar-form docs section * Remove (for now at least) top padding on checkbox and radios --- docs/docs.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'docs/docs.html') diff --git a/docs/docs.html b/docs/docs.html index 4292b650c..2b922b695 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -3476,12 +3476,44 @@ For example, <section> should be wrapped as inline.

To properly style and position a form within the navbar, add the appropriate classes as shown below. For a default form, include .navbar-form and either .pull-left or .pull-right to properly align it.

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