diff options
| author | Chris Rebert <[email protected]> | 2014-12-22 16:40:05 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-22 16:40:05 -0800 |
| commit | 2d30babed491f275647d8f5ba5a135dcdf9a9f03 (patch) | |
| tree | 154d373898e91dac64036a8d606729cc4fb30d71 | |
| parent | 497b05c1be3336e21060e0b3e031342fc32e4e34 (diff) | |
| download | bootstrap-2d30babed491f275647d8f5ba5a135dcdf9a9f03.tar.xz bootstrap-2d30babed491f275647d8f5ba5a135dcdf9a9f03.zip | |
Let Normalize.css normalize <figure>'s margin
| -rw-r--r-- | scss/_scaffolding.scss | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scss/_scaffolding.scss b/scss/_scaffolding.scss index bacb7d16c..6c6d917e7 100644 --- a/scss/_scaffolding.scss +++ b/scss/_scaffolding.scss @@ -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 { |
