Normalize <figure> margins

This commit is contained in:
necolas 2011-05-25 23:31:24 +01:00
parent 1be44f3b2a
commit df279d89b4

11
normalize.css vendored
View File

@ -256,6 +256,17 @@ nav ol {
list-style: none;
}
/* ............................................................................................................. Figures */
/*
* Define consistent margin for <figure> element
* Fixes margin not present in IE6/7/8/9, S5, O11
*/
figure {
margin: 0;
}
/* ............................................................................................................. Form elements */
/*