compass-normalize 1.1 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/stylesheets/_normalize.scss
CHANGED
|
@@ -239,16 +239,6 @@ svg:not(:root) {
|
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
|
|
242
|
-
// =============================================================================
|
|
243
|
-
// Figures
|
|
244
|
-
// ==========================================================================
|
|
245
|
-
|
|
246
|
-
// Addresses margin not present in IE6/7/8/9, S5, O11
|
|
247
|
-
|
|
248
|
-
figure {
|
|
249
|
-
margin: 0;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
242
|
// =============================================================================
|
|
253
243
|
// Tables
|
|
254
244
|
// ==========================================================================
|
|
@@ -42,4 +42,14 @@ audio:not([controls]) {
|
|
|
42
42
|
|
|
43
43
|
[hidden] {
|
|
44
44
|
display: none;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
// =============================================================================
|
|
48
|
+
// Figures
|
|
49
|
+
// ==========================================================================
|
|
50
|
+
|
|
51
|
+
// Addresses margin not present in IE6/7/8/9, S5, O11
|
|
52
|
+
|
|
53
|
+
figure {
|
|
54
|
+
margin: 0;
|
|
45
55
|
}
|