Index: src/wp-content/themes/twentyfourteen/style.css
===================================================================
--- src/wp-content/themes/twentyfourteen/style.css	(revision 45273)
+++ src/wp-content/themes/twentyfourteen/style.css	(working copy)
@@ -1261,6 +1261,10 @@
 	padding: 12px 10px 0;
 }
 
+.site-content .entry-content {
+	padding-top: 22px;
+}
+
 .page .entry-content {
 	padding-top: 0;
 }
@@ -1345,6 +1349,17 @@
 	white-space: nowrap;
 }
 
+.entry-content span[id*="more-"] {
+	display: block;
+	padding-top: 52px;
+	margin-top: -76px;
+}
+
+.admin-bar .entry-content span[id*="more-"] {
+	padding-top: 84px;
+	margin-top: -108px;
+}
+
 /* Mediaelements */
 
 .hentry .mejs-container,
