aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-22 16:40:05 -0800
committerChris Rebert <[email protected]>2014-12-22 16:40:05 -0800
commit2d30babed491f275647d8f5ba5a135dcdf9a9f03 (patch)
tree154d373898e91dac64036a8d606729cc4fb30d71
parent497b05c1be3336e21060e0b3e031342fc32e4e34 (diff)
downloadbootstrap-2d30babed491f275647d8f5ba5a135dcdf9a9f03.tar.xz
bootstrap-2d30babed491f275647d8f5ba5a135dcdf9a9f03.zip
Let Normalize.css normalize <figure>'s margin
-rw-r--r--scss/_scaffolding.scss10
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 {