|
@@ -809,6 +809,7 @@ footer {
|
|
|
*/
|
|
|
.site-footer > *,
|
|
|
.site-main > article > *,
|
|
|
+.site-main > .not-found > *,
|
|
|
.entry-content > *,
|
|
|
[class*="inner-container"] > *,
|
|
|
.widget-area > * {
|
|
@@ -819,6 +820,7 @@ footer {
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
.site-footer > *,
|
|
|
.site-main > article > *,
|
|
|
+ .site-main > .not-found > *,
|
|
|
.entry-content > *,
|
|
|
[class*="inner-container"] > *,
|
|
|
.widget-area > * {
|
|
@@ -829,6 +831,7 @@ footer {
|
|
|
|
|
|
.site-footer > *:first-child,
|
|
|
.site-main > article > *:first-child,
|
|
|
+.site-main > .not-found > *:first-child,
|
|
|
.entry-content > *:first-child,
|
|
|
[class*="inner-container"] > *:first-child,
|
|
|
.widget-area > *:first-child {
|
|
@@ -837,6 +840,7 @@ footer {
|
|
|
|
|
|
.site-footer > *:last-child,
|
|
|
.site-main > article > *:last-child,
|
|
|
+.site-main > .not-found > *:last-child,
|
|
|
.entry-content > *:last-child,
|
|
|
[class*="inner-container"] > *:last-child,
|
|
|
.widget-area > *:last-child {
|
|
@@ -850,6 +854,7 @@ footer {
|
|
|
.site-header > *,
|
|
|
.entry-header > *,
|
|
|
.post-thumbnail > *,
|
|
|
+.page-content > *,
|
|
|
.comment-content > *,
|
|
|
.author-bio > * {
|
|
|
margin-top: 16px;
|
|
@@ -859,6 +864,7 @@ footer {
|
|
|
.site-header > *:first-child,
|
|
|
.entry-header > *:first-child,
|
|
|
.post-thumbnail > *:first-child,
|
|
|
+.page-content > *:first-child,
|
|
|
.comment-content > *:first-child,
|
|
|
.author-bio > *:first-child {
|
|
|
margin-top: 0;
|
|
@@ -867,6 +873,7 @@ footer {
|
|
|
.site-header > *:last-child,
|
|
|
.entry-header > *:last-child,
|
|
|
.post-thumbnail > *:last-child,
|
|
|
+.page-content > *:last-child,
|
|
|
.comment-content > *:last-child,
|
|
|
.author-bio > *:last-child {
|
|
|
margin-bottom: 0;
|
|
@@ -2191,15 +2198,15 @@ table th,
|
|
|
}
|
|
|
|
|
|
.margin-right-none {
|
|
|
- margin-top: 0 !important;
|
|
|
+ margin-left: 0 !important;
|
|
|
}
|
|
|
|
|
|
.margin-right-half {
|
|
|
- margin-top: 16px !important;
|
|
|
+ margin-left: 16px !important;
|
|
|
}
|
|
|
|
|
|
.margin-right-default {
|
|
|
- margin-top: 32px !important;
|
|
|
+ margin-left: 32px !important;
|
|
|
}
|
|
|
|
|
|
.margin-bottom-none {
|
|
@@ -2215,15 +2222,15 @@ table th,
|
|
|
}
|
|
|
|
|
|
.margin-left-none {
|
|
|
- margin-top: 0 !important;
|
|
|
+ margin-right: 0 !important;
|
|
|
}
|
|
|
|
|
|
.margin-left-half {
|
|
|
- margin-top: 16px !important;
|
|
|
+ margin-right: 16px !important;
|
|
|
}
|
|
|
|
|
|
.margin-left-default {
|
|
|
- margin-top: 32px !important;
|
|
|
+ margin-right: 32px !important;
|
|
|
}
|
|
|
|
|
|
/*
|
|
@@ -2242,15 +2249,15 @@ table th,
|
|
|
}
|
|
|
|
|
|
.padding-right-none {
|
|
|
- padding-top: 0 !important;
|
|
|
+ padding-left: 0 !important;
|
|
|
}
|
|
|
|
|
|
.padding-right-half {
|
|
|
- padding-top: 16px !important;
|
|
|
+ padding-left: 16px !important;
|
|
|
}
|
|
|
|
|
|
.padding-right-default {
|
|
|
- padding-top: 32px !important;
|
|
|
+ padding-left: 32px !important;
|
|
|
}
|
|
|
|
|
|
.padding-bottom-none {
|
|
@@ -2266,15 +2273,15 @@ table th,
|
|
|
}
|
|
|
|
|
|
.padding-left-none {
|
|
|
- padding-top: 0 !important;
|
|
|
+ padding-right: 0 !important;
|
|
|
}
|
|
|
|
|
|
.padding-left-half {
|
|
|
- padding-top: 16px !important;
|
|
|
+ padding-right: 16px !important;
|
|
|
}
|
|
|
|
|
|
.padding-left-default {
|
|
|
- padding-top: 32px !important;
|
|
|
+ padding-right: 32px !important;
|
|
|
}
|
|
|
|
|
|
/**
|