From cd2d7b5d1738aed211bf257de9094b192d0ac56f Mon Sep 17 00:00:00 2001 From: Julian Thilo 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 %} -

Align nav links, search form, or text, use the .pull-left or .pull-right utility classes. Both classes will add a CSS float in the specified direction.

+

Align nav links, forms, buttons, or text, using the .pull-left or .pull-right utility classes. Both classes will add a CSS float in the specified direction. To align nav links, put them in a separate <ul> with the respective utility class applied.

Optional display variations

-- 2.47.2