]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Changing 'navbar-brand' to 'navbar' (#838)
authorMoritz Schramm <moritz.schramm1@gmail.com>
Fri, 7 Jul 2017 08:06:03 +0000 (10:06 +0200)
committerJeremy Thomas <bbxdesign@gmail.com>
Fri, 7 Jul 2017 08:06:03 +0000 (09:06 +0100)
navbar-menu can't be direct child and sibling of navbar-brand at the same time

docs/documentation/components/navbar.html

index 2e3ed50c125ae763cea10bd4db555246c56e8e6b..a9dd94d6db40407c538d3d61c0c8e746ee8d6e24 100644 (file)
@@ -501,7 +501,7 @@ doc-subtab: navbar
 
     <div class="content">
       <p>
-        The <code>navbar-menu</code> is the <strong>counterpart</strong> of the navbar brand. As such, it must appear as a direct child of <code>navbar-brand</code>, as a sibling of <code>navbar-brand</code>.
+        The <code>navbar-menu</code> is the <strong>counterpart</strong> of the navbar brand. As such, it must appear as a direct child of <code>navbar</code>, as a sibling of <code>navbar-brand</code>.
       </p>
     </div>