Changing 'navbar-brand' to 'navbar' (#838)

navbar-menu can't be direct child and sibling of navbar-brand at the same time
This commit is contained in:
Moritz Schramm 2017-07-07 10:06:03 +02:00 committed by Jeremy Thomas
parent 27d4de4c13
commit 13b730934e

View 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>