From ccbb28b123186a419abd8f8211f7431885943fd9 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Wed, 15 Jan 2014 16:52:18 -0800 Subject: [PATCH] Fix `figure` margin normalization All browsers that support `figure` apply margin of `1em 40px`. Fix gh-262 --- normalize.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/normalize.css b/normalize.css index 771c8f3..9d23b7f 100644 --- a/normalize.css +++ b/normalize.css @@ -250,7 +250,7 @@ svg:not(:root) { */ figure { - margin: 0; + margin: 1em 40px; } /* ==========================================================================