From cd2d7b5d1738aed211bf257de9094b192d0ac56f Mon Sep 17 00:00:00 2001 From: Julian Thilo <bigj95t@gmail.com> Date: Tue, 14 May 2013 22:42:06 +0200 Subject: [PATCH] add detail to navbar component alignment section * The search form has been deprecated. * Using pull-* on a list item won't have any effect. --- docs/components.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components.html b/docs/components.html index bcf3ad7a1c..27106650c0 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1208,7 +1208,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na {% endhighlight %} <h3 id="navbar-component-alignment">Component alignment</h3> - <p>Align nav links, search form, or text, use the <code>.pull-left</code> or <code>.pull-right</code> utility classes. Both classes will add a CSS float in the specified direction.</p> + <p>Align nav links, forms, buttons, or text, using the <code>.pull-left</code> or <code>.pull-right</code> utility classes. Both classes will add a CSS float in the specified direction. To align nav links, put them in a separate <code><ul></code> with the respective utility class applied.</p> <h2>Optional display variations</h2> -- GitLab