From: Chris Rebert Date: Thu, 22 Aug 2013 19:26:04 +0000 (-0700) Subject: add cross-reference to .navbar-left/right in .pull-left/right docs X-Git-Tag: v3.0.1~158^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=354e2ee4f90d8a561ac7c04f35249ca30fdd1e50;p=thirdparty%2Fbootstrap.git add cross-reference to .navbar-left/right in .pull-left/right docs --- diff --git a/css.html b/css.html index d705ca549b..8aae2488db 100644 --- a/css.html +++ b/css.html @@ -2166,6 +2166,10 @@ For example, <section> should be wrapped as inline. float: left !important; } {% endhighlight %} +
+

Not for use in navbars

+

To left-align components in navbars, use .navbar-left instead. See the navbar docs for details.

+

.pull-right

Float an element right with a class. Can also be used as a mixin.

@@ -2177,6 +2181,10 @@ For example, <section> should be wrapped as inline. float: right !important; } {% endhighlight %} +
+

Not for use in navbars

+

To right-align components in navbars, use .navbar-right instead. See the navbar docs for details.

+

.clearfix

Clear the float on any element. Utilizes the micro clearfix as popularized by Nicolas Gallagher. Can also be used as a mixin.