2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fixes #12424: Account for Normalize change on figure element so that we don't potentially screw folks over

This commit is contained in:
Mark Otto
2014-01-29 21:23:23 -08:00
parent 9ec5905c07
commit 545c957f17
6 changed files with 17 additions and 4 deletions
+10
View File
@@ -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 {