stylesheets/normalize/html5.scss in compass-normalize-1.1 vs stylesheets/normalize/html5.scss in compass-normalize-1.1.1
- old
+ new
@@ -40,6 +40,16 @@
// Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
// Known issue: no IE6 support
[hidden] {
display: none;
+}
+
+// =============================================================================
+// Figures
+// ==========================================================================
+
+// Addresses margin not present in IE6/7/8/9, S5, O11
+
+figure {
+ margin: 0;
}
\ No newline at end of file