mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #52 from twbs/normalize-figure
Let Normalize.css normalize <figure>'s margin
This commit is contained in:
commit
8ecdda0b35
1 changed files with 0 additions and 10 deletions
|
@ -64,16 +64,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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue