From: Mark Otto Date: Tue, 9 Feb 2016 06:13:30 +0000 (-0800) Subject: clarify, fix margin X-Git-Tag: v4.0.0-alpha.3~257 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8bd62b214add34ab133cb11241d528ef3402ef0;p=thirdparty%2Fbootstrap.git clarify, fix margin --- diff --git a/docs/components/navbar.md b/docs/components/navbar.md index b359d66a04..98e48fa77a 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -56,7 +56,7 @@ Here's an example of all the sub-components included in a default, light navbar: ### Brand -The `.navbar-brand` can be applied to most elements, but an anchor works best. +The `.navbar-brand` can be applied to most elements, but an anchor works best as some elements might require utility classes or custom styles. {% example html %} {% endexample %}