From: Julian Thilo Date: Tue, 14 May 2013 20:42:06 +0000 (+0200) Subject: add detail to navbar component alignment section X-Git-Tag: v3.0.0-rc1~357^2~3^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd2d7b5d1738aed211bf257de9094b192d0ac56f;p=thirdparty%2Fbootstrap.git add detail to navbar component alignment section * The search form has been deprecated. * Using pull-* on a list item won't have any effect. --- 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