]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
clarify, fix margin
authorMark Otto <markdotto@gmail.com>
Tue, 9 Feb 2016 06:13:30 +0000 (22:13 -0800)
committerMark Otto <markdotto@gmail.com>
Tue, 9 Feb 2016 06:13:30 +0000 (22:13 -0800)
docs/components/navbar.md

index b359d66a04f89630ce5df0db5b0fbf3195a8ee8d..98e48fa77a756d98443177c5c40aaa6a250bd2fa 100644 (file)
@@ -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 %}
 <nav class="navbar navbar-light bg-faded">
@@ -64,7 +64,7 @@ The `.navbar-brand` can be applied to most elements, but an anchor works best.
 </nav>
 
 <nav class="navbar navbar-light bg-faded">
-  <h1 class="navbar-brand">Navbar</h1>
+  <h1 class="navbar-brand m-b-0">Navbar</h1>
 </nav>
 
 {% endexample %}