From 6fc41118f727ef8a047640faefce9f64e4dbe9e6 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Tue, 7 Feb 2012 01:46:34 +0000 Subject: [PATCH] Remove `details` from the rule applying padding-left to lists. No browsers apply left padding to `details` by default. --- normalize.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/normalize.css b/normalize.css index 7066a70..2d35f26 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 @@ -271,7 +271,6 @@ ul { margin: 1em 0; } -details, menu, ol, ul {