From 354e2ee4f90d8a561ac7c04f35249ca30fdd1e50 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 22 Aug 2013 12:26:04 -0700 Subject: [PATCH] add cross-reference to .navbar-left/right in .pull-left/right docs --- css.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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.