Fixed #34: IE11 on Windows 7 doesn't honor max-width on main tag

This commit is contained in:
squidfunk
2016-06-26 13:45:14 +02:00
parent 1a4490a39c
commit 62dc4c111e
9 changed files with 19 additions and 7 deletions

View File

@@ -72,6 +72,14 @@ time, mark, audio, video {
border: 0;
}
/*
* Enforce correct rendering of main element - missing in user agent stylesheet
* of IE11 on Windows 7.
*/
main {
display: block;
}
/*
* Reset list styles
*/