You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the following config settings:
Mobile-first responsive, Modernizr, Minified w/ no H5BP options
When I add an additional LI to the main navigation (see below).....
<h1 class="title">h1.title</h1>
<nav>
<ul>
<li><a href="#">nav ul li a</a></li>
<li><a href="#">nav ul li a</a></li>
<li><a href="#">nav ul li a</a></li>
<li><a href="#">nav ul li a</a></li>
</ul>
</nav>
.... it breaks the inline display (in latest versions of FF, Chrome, and IE 5/28/15):
The text was updated successfully, but these errors were encountered:
I am using the following config settings:
Mobile-first responsive, Modernizr, Minified w/ no H5BP options
When I add an additional LI to the main navigation (see below).....
.... it breaks the inline display (in latest versions of FF, Chrome, and IE 5/28/15):
The text was updated successfully, but these errors were encountered: