From bec8c90fd7a126e23c1d3a66eba9782b32729e48 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 2 May 2013 22:52:32 -0700 Subject: [PATCH] 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 ++++++++++++++++++++++++++++++++ less/forms.less | 4 +++- less/navbar.less | 31 ------------------------------- 3 files changed, 35 insertions(+), 32 deletions(-) diff --git a/docs/docs.html b/docs/docs.html index 4292b650c6..2b922b695d 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 %}