|
@@ -3340,12 +3340,12 @@ body.page .main-navigation {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.entry .entry-content > *:first-child,
|
|
|
+> .entry .entry-content > *:first-child, >
|
|
|
.entry .entry-summary > *:first-child {
|
|
|
margin-top: 0;
|
|
|
}
|
|
|
|
|
|
-.entry .entry-content > *:last-child,
|
|
|
+> .entry .entry-content > *:last-child, >
|
|
|
.entry .entry-summary > *:last-child {
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
@@ -3440,6 +3440,9 @@ body.page .main-navigation {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+/*
|
|
|
+ * Make sure the first block has margin-top: 0
|
|
|
+ */
|
|
|
.entry:not(.has-post-thumbnail) .entry-content > :first-child {
|
|
|
margin-top: 0;
|
|
|
}
|