From: Mark Otto Date: Fri, 3 May 2013 05:52:32 +0000 (-0700) Subject: Cleanup .navbar-form styles X-Git-Tag: v3.0.0-rc1~385 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bec8c90fd7a126e23c1d3a66eba9782b32729e48;p=thirdparty%2Fbootstrap.git 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 --- 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 %}