aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-01-29 21:23:23 -0800
committerMark Otto <[email protected]>2014-01-29 21:23:23 -0800
commit545c957f1741e1a6d6916dcbf08d15f6318d5575 (patch)
treeeea7ef9d3c027803a9465efe488ca41df0b1d8c6 /less
parent9ec5905c079230f2f770ca92912ce10860a07ed9 (diff)
downloadbootstrap-545c957f1741e1a6d6916dcbf08d15f6318d5575.tar.xz
bootstrap-545c957f1741e1a6d6916dcbf08d15f6318d5575.zip
Fixes #12424: Account for Normalize change on figure element so that we don't potentially screw folks over
Diffstat (limited to 'less')
-rw-r--r--less/scaffolding.less10
1 files changed, 10 insertions, 0 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less
index 2fa0fdec7..fe29f2d62 100644
--- a/less/scaffolding.less
+++ b/less/scaffolding.less
@@ -61,6 +61,16 @@ 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 {