From: Mark Otto Date: Sun, 15 May 2016 19:37:47 +0000 (-0700) Subject: improve docs examples for .navbar-text X-Git-Tag: v4.0.0-alpha.5~4^2~17^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4457b33032d2540a4a3b7fa600f22055ce2000d;p=thirdparty%2Fbootstrap.git improve docs examples for .navbar-text --- diff --git a/docs/components/navbar.md b/docs/components/navbar.md index 086d49bcba..a82f881a21 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -142,18 +142,32 @@ Navbars may contain bits of text with the help of `.navbar-text`. This class adj {% example html %} {% endexample %} -Using our utility classes, you can change the alignment of your navbar text. +Using our utility classes, you can change the alignment and appearance of your navbar text. {% example html %} {% endexample %} +Similarly, you can use utility classes to align navbar text to other navbar elements like the brand and navigation (which are automatically floated already). + +{% example html %} + +{% endexample %} ## Color schemes