Index: src/wp-content/themes/twentyten/blocks.css
===================================================================
--- src/wp-content/themes/twentyten/blocks.css	(revision 43845)
+++ src/wp-content/themes/twentyten/blocks.css	(working copy)
@@ -155,15 +155,6 @@
 4.0 Blocks - Layout Elements
 --------------------------------------------------------------*/
 
-/* Columns */
-
-.wp-block-columns {
-	margin: 0 -0.5em;
-}
-.wp-block-column {
-	margin: 0 0.5em;
-}
-
 /* Separator */
 
 .wp-block-separator {
@@ -170,6 +161,12 @@
 	border: 0;
 }
 
+/* Media & Text */
+
+.wp-block-media-text {
+	margin-bottom: 24px;
+}
+
 /*--------------------------------------------------------------
 5.0 Blocks - Widgets
 --------------------------------------------------------------*/
Index: src/wp-content/themes/twentyten/editor-blocks.css
===================================================================
--- src/wp-content/themes/twentyten/editor-blocks.css	(revision 43845)
+++ src/wp-content/themes/twentyten/editor-blocks.css	(working copy)
@@ -17,6 +17,16 @@
 1.0 General Typography
 --------------------------------------------------------------*/
 
+.edit-post-visual-editor .editor-block-list__block,
+.edit-post-visual-editor .editor-block-list__block p,
+.editor-default-block-appender input[type="text"].editor-default-block-appender__content {
+	font-size: 16px;
+}
+
+.editor-default-block-appender input[type="text"].editor-default-block-appender__content {
+	font-family: Georgia, "Bitstream Charter", serif;
+}
+
 .edit-post-visual-editor .editor-block-list__block .mce-content-body,
 .wp-block-freeform.block-library-rich-text__tinymce p,
 .wp-block-freeform.block-library-rich-text__tinymce li {
@@ -65,10 +75,8 @@
 
 /* Main column width */
 
-body.gutenberg-editor-page .edit-post-visual-editor .editor-post-title__block,
-body.gutenberg-editor-page .edit-post-visual-editor .editor-default-block-appender,
-body.gutenberg-editor-page .edit-post-visual-editor .editor-block-list__block {
-	max-width: 670px; /* 640px + 30px for padding */
+.wp-block {
+	max-width: 670px; /* 640px + 30px to account for padding */
 }
 
 /* Link styles */
@@ -218,9 +226,10 @@
 	font-size: 18px;
 }
 
-/* Cover Image */
+/* Cover */
 
-.wp-block-cover-image-text {
+.wp-block-cover-image-text,
+.wp-block-cover-text {
 	font-size: 32px;
 }
 
