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

Initializr responsive IE8 nav issue #66

Open
joapalmer opened this issue Oct 10, 2012 · 1 comment
Open

Initializr responsive IE8 nav issue #66

joapalmer opened this issue Oct 10, 2012 · 1 comment

Comments

@joapalmer
Copy link

I downloaded and installed the Initializer Responsive pre configured. IE8 breaks the NAV by width on the nav ul li a .

Fix:

@media only screen and (min-width: 480px) {
.lt-ie9 nav a { margin: 0 0.7%; }
}

Checked and the issue is also there if you go to http://www.initializr.com/ and click Demo under Responsive.

Not a big thing but could be fixed in upcoming releases. Great work!

@MikeTschudi
Copy link

This fix suggestion also fixes the issue in IE 9 compatibility, IE 8 compatibility, and IE 7.

Thanks for the project!

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

2 participants