mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-23 22:33:42 -04:00
Fixed #34: IE11 on Windows 7 doesn't honor max-width on main tag
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user