diff --git a/wp-content/themes/twentyten/blocks.css b/wp-content/themes/twentyten/blocks.css index ff6d16ab04..c09da9f426 100644 --- a/wp-content/themes/twentyten/blocks.css +++ b/wp-content/themes/twentyten/blocks.css @@ -155,21 +155,18 @@ p.has-drop-cap:not(:focus)::first-letter { 4.0 Blocks - Layout Elements --------------------------------------------------------------*/ -/* Columns */ - -.wp-block-columns { - margin: 0 -0.5em; -} -.wp-block-column { - margin: 0 0.5em; -} - /* Separator */ .wp-block-separator { border: 0; } +/* Media & Text */ + +.wp-block-media-text { + margin-bottom: 24px; +} + /*-------------------------------------------------------------- 5.0 Blocks - Widgets --------------------------------------------------------------*/ diff --git a/wp-content/themes/twentyten/editor-blocks.css b/wp-content/themes/twentyten/editor-blocks.css index c1fde50bb5..57825421cb 100644 --- a/wp-content/themes/twentyten/editor-blocks.css +++ b/wp-content/themes/twentyten/editor-blocks.css @@ -17,6 +17,16 @@ Description: Used to style Gutenberg Blocks in the editor. 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 @@ Description: Used to style Gutenberg Blocks in the editor. /* 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 @@ p.has-drop-cap:not(:focus)::first-letter { font-size: 18px; } -/* Cover Image */ +/* Cover */ -.wp-block-cover-image-text { +.wp-block-cover-image-text, +.wp-block-cover-text { font-size: 32px; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 1837dbe6cc..b5a483d9f2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-beta3-43868'; +$wp_version = '5.0-beta3-43869'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.