We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
This fix suggestion also fixes the issue in IE 9 compatibility, IE 8 compatibility, and IE 7.
Thanks for the project!
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: