Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding additional <li> in <div class="header-container"> breaks inline display, responsive config #94

Open
cmaggiulli opened this issue May 28, 2015 · 0 comments

Comments

@cmaggiulli
Copy link

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):

break_for_git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant