Skip to content

Commit

Permalink
Remove details from the rule applying padding-left to lists.
Browse files Browse the repository at this point in the history
No browsers apply left padding to `details` by default.
  • Loading branch information
necolas committed Feb 7, 2012
1 parent 1840623 commit 6fc4111
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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
Expand Down Expand Up @@ -271,7 +271,6 @@ ul {
margin: 1em 0;
}

details,
menu,
ol,
ul {
Expand Down

0 comments on commit 6fc4111

Please sign in to comment.