Fix figure margin normalization

All browsers that support `figure` apply margin of `1em 40px`.

Fix gh-262
This commit is contained in:
Nicolas Gallagher 2014-01-15 16:52:18 -08:00
parent 5b9bf5e1a3
commit ccbb28b123

2
normalize.css vendored
View File

@ -250,7 +250,7 @@ svg:not(:root) {
*/ */
figure { figure {
margin: 0; margin: 1em 40px;
} }
/* ========================================================================== /* ==========================================================================