From d4457b33032d2540a4a3b7fa600f22055ce2000d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 15 May 2016 12:37:47 -0700 Subject: [PATCH] improve docs examples for .navbar-text --- docs/components/navbar.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) 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