diff --git a/normalize.css b/normalize.css index 2d35f26..e84eef5 100644 --- a/normalize.css +++ b/normalize.css @@ -262,6 +262,10 @@ sub { Lists ========================================================================== */ +/* + * Addresses margins set differently in IE6/7 + */ + dl, menu, ol, @@ -271,15 +275,23 @@ ul { margin: 1em 0; } +dd { + margin: 0 0 0 40px; +} + +/* + * Addresses paddings set differently in IE6/7 + */ + menu, ol, ul { padding: 0 0 0 40px; } -dd { - margin: 0 0 0 40px; -} +/* + * Corrects list images handled incorrectly in IE7 + */ nav ul, nav ol {