Let Normalize.css normalize <figure>'s margin

This commit is contained in:
Chris Rebert 2014-12-22 16:40:05 -08:00
parent 497b05c1be
commit 2d30babed4
1 changed files with 0 additions and 10 deletions

View File

@ -59,16 +59,6 @@ a {
}
// Figures
//
// We reset this here because previously Normalize had no `figure` margins. This
// ensures we don't break anyone's use of the element.
figure {
margin: 0;
}
// Images
img {