mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Normalize <figure> margins
This commit is contained in:
parent
1be44f3b2a
commit
df279d89b4
11
normalize.css
vendored
11
normalize.css
vendored
@ -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 */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user