diff options
author | Jonathan Neal <jonathantneal@hotmail.com> | 2017-05-26 23:22:20 -0400 |
---|---|---|
committer | Jonathan Neal <jonathantneal@hotmail.com> | 2017-05-26 23:22:20 -0400 |
commit | 4c55d4d29ef0c3345a859ea0542c05364fd601f8 (patch) | |
tree | 8531483910bd70787817e4a0f2139d2c119c3430 | |
parent | e3d23fd306b1534959199fdf801d70eaee2b5305 (diff) | |
download | normalize.css-4c55d4d29ef0c3345a859ea0542c05364fd601f8.tar.gz normalize.css-4c55d4d29ef0c3345a859ea0542c05364fd601f8.zip |
Correct browser landscape of displays
-rw-r--r-- | normalize.css | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/normalize.css b/normalize.css index b3737f9..0119cb5 100644 --- a/normalize.css +++ b/normalize.css @@ -19,7 +19,7 @@ html { ========================================================================== */ /** - * Add the correct display in IE 9-. + * Add the correct display in IE 8-. */ article, @@ -45,7 +45,7 @@ h1 { ========================================================================== */ /** - * Add the correct display in IE 9-. + * Add the correct display in IE 8-. */ figcaption, @@ -154,7 +154,7 @@ dfn { } /** - * Add the correct background and color in IE 9-. + * Add the correct background and color in IE 8-. */ mark { @@ -329,7 +329,7 @@ legend { } /** - * 1. Add the correct display in IE 9-. + * 1. Add the correct display in Edge and IE. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ @@ -407,7 +407,7 @@ textarea { ========================================================================== */ /* - * Add the correct display in Edge, IE, and Firefox. + * Add the correct display in Edge, IE. */ details { @@ -415,14 +415,6 @@ details { } /* - * Add the correct display in IE 9-. - */ - -menu { - display: block; -} - -/* * Add the correct display in all browsers. */ |