|
@@ -3340,13 +3340,13 @@ body.page .main-navigation {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.entry .entry-content > * > *:first-child,
|
|
|
|
-.entry .entry-summary > * > *:first-child {
|
|
|
|
|
|
+.entry .entry-content > *:first-child,
|
|
|
|
+.entry .entry-summary > *:first-child {
|
|
margin-top: 0;
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
|
|
-.entry .entry-content > * > *:last-child,
|
|
|
|
-.entry .entry-summary > * > *:last-child {
|
|
|
|
|
|
+.entry .entry-content > *:last-child,
|
|
|
|
+.entry .entry-summary > *:last-child {
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3440,6 +3440,10 @@ body.page .main-navigation {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.entry:not(.has-post-thumbnail) .entry-content > :first-child {
|
|
|
|
+ margin-top: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* Unset nested content selector styles
|
|
* Unset nested content selector styles
|
|
* - Prevents layout styles from cascading too deeply
|
|
* - Prevents layout styles from cascading too deeply
|