浏览代码

Compile IE styles.

Jeffrey Ong 5 年之前
父节点
当前提交
5a09b39268
共有 1 个文件被更改,包括 15 次插入5 次删除
  1. 15 5
      seedlet/assets/css/ie.css

+ 15 - 5
seedlet/assets/css/ie.css

@@ -1135,6 +1135,10 @@ hr.wp-block-separator.is-style-wide {
 	margin-top: 19.98px;
 	margin-top: 19.98px;
 	margin-bottom: 19.98px;
 	margin-bottom: 19.98px;
 }
 }
+.widget-column > * {
+	margin-top: 19.98px;
+	margin-bottom: 19.98px;
+}
 
 
 @media only screen and (min-width: 482px) {
 @media only screen and (min-width: 482px) {
 	.site-footer > * {
 	.site-footer > * {
@@ -1161,6 +1165,10 @@ hr.wp-block-separator.is-style-wide {
 		margin-top: 30px;
 		margin-top: 30px;
 		margin-bottom: 30px;
 		margin-bottom: 30px;
 	}
 	}
+	.widget-column > * {
+		margin-top: 30px;
+		margin-bottom: 30px;
+	}
 }
 }
 
 
 .site-footer > *:first-child,
 .site-footer > *:first-child,
@@ -1168,7 +1176,8 @@ hr.wp-block-separator.is-style-wide {
 .site-main > .not-found > *:first-child,
 .site-main > .not-found > *:first-child,
 .entry-content > *:first-child,
 .entry-content > *:first-child,
 [class*="inner-container"] > *:first-child,
 [class*="inner-container"] > *:first-child,
-.widget-area > *:first-child {
+.widget-area > *:first-child,
+.widget-column > *:first-child {
 	margin-top: 0;
 	margin-top: 0;
 }
 }
 
 
@@ -1177,7 +1186,8 @@ hr.wp-block-separator.is-style-wide {
 .site-main > .not-found > *:last-child,
 .site-main > .not-found > *:last-child,
 .entry-content > *:last-child,
 .entry-content > *:last-child,
 [class*="inner-container"] > *:last-child,
 [class*="inner-container"] > *:last-child,
-.widget-area > *:last-child {
+.widget-area > *:last-child,
+.widget-column > *:last-child {
 	margin-bottom: 0;
 	margin-bottom: 0;
 }
 }
 
 
@@ -1209,7 +1219,7 @@ hr.wp-block-separator.is-style-wide {
 	margin-top: 20px;
 	margin-top: 20px;
 	margin-bottom: 20px;
 	margin-bottom: 20px;
 }
 }
-.widget-area > .widget > * {
+.widget > * {
 	margin-top: 20px;
 	margin-top: 20px;
 	margin-bottom: 20px;
 	margin-bottom: 20px;
 }
 }
@@ -1220,7 +1230,7 @@ hr.wp-block-separator.is-style-wide {
 .page-content > *:first-child,
 .page-content > *:first-child,
 .comment-content > *:first-child,
 .comment-content > *:first-child,
 .author-bio > *:first-child,
 .author-bio > *:first-child,
-.widget-area > .widget > *:first-child {
+.widget > *:first-child {
 	margin-top: 0;
 	margin-top: 0;
 }
 }
 
 
@@ -1230,7 +1240,7 @@ hr.wp-block-separator.is-style-wide {
 .page-content > *:last-child,
 .page-content > *:last-child,
 .comment-content > *:last-child,
 .comment-content > *:last-child,
 .author-bio > *:last-child,
 .author-bio > *:last-child,
-.widget-area > .widget > *:last-child {
+.widget > *:last-child {
 	margin-bottom: 0;
 	margin-bottom: 0;
 }
 }