Add clarification about three empty spans for the navbar-burger

It was not clear in the documentation that you *need* to have the 3 empty spans or otherwise the lines (and the cross) wouldn't show up.
This commit is contained in:
Davide Taviani 2018-09-17 15:50:45 +02:00 committed by Jeremy Thomas
parent 551ef492dc
commit 490553f848

View file

@ -634,7 +634,7 @@ $(document).ready(function() {
<div class="content">
<p>
The <code>navbar-burger</code> is a hamburger menu that only appears on <strong>mobile</strong>. It has to appear as the last child of <code>navbar-brand</code>.
The <code>navbar-burger</code> is a hamburger menu that only appears on <strong>mobile</strong>. It has to appear as the last child of <code>navbar-brand</code>. It has to contain three empty <code>span</code> tags in order to visualize the hamburger lines or the cross (when active).
</p>
</div>