compass-normalize 1.1 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
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
|
}
|