From 38f540b338328c910077af97b99434e5e8962f9c Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Tue, 7 Feb 2012 01:57:14 +0000 Subject: [PATCH] Update normalize.css and demo.html from master branch. --- demo.html | 12 ++++++++++++ normalize.css | 31 ++++++++++++++++++++++++++----- 2 files changed, 38 insertions(+), 5 deletions(-) diff --git a/demo.html b/demo.html index a625810..c75e4b9 100644 --- a/demo.html +++ b/demo.html @@ -115,6 +115,18 @@ +

Interactive content

+ +

details / summary

+
+ More info +

Additional information

+ +
+

Grouping content

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m.

diff --git a/normalize.css b/normalize.css index 6f90edd..e84eef5 100644 --- a/normalize.css +++ b/normalize.css @@ -1,4 +1,4 @@ -/*! normalize.css 2012-01-31T16:06 UTC - http://github.com/necolas/normalize.css */ +/*! normalize.css 2012-02-07T01:46 UTC - http://github.com/necolas/normalize.css */ /* ============================================================================= HTML5 display definitions @@ -262,16 +262,37 @@ sub { Lists ========================================================================== */ -ul, -ol { - margin-left: 0; - padding: 0 0 0 40px; +/* + * Addresses margins set differently in IE6/7 + */ + +dl, +menu, +ol, +p, +pre, +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; +} + +/* + * Corrects list images handled incorrectly in IE7 + */ + nav ul, nav ol { list-style: none;