From 6de7c43ab3edcab9976f5d3ce22d5e3529e43801 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Thu, 16 Oct 2014 00:27:19 +0000 Subject: [PATCH] Twenty Fifteen, editor-style.css: revert the font-size back to 19px and margin back to 83px, merge the two body selectors (don't seem needed), remove redundant rtl rules and fix body.rtl selector. See #29799 Built from https://develop.svn.wordpress.org/trunk@29911 git-svn-id: http://core.svn.wordpress.org/trunk@29665 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../themes/twentyfifteen/css/editor-style.css | 15 ++++----------- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/wp-content/themes/twentyfifteen/css/editor-style.css b/wp-content/themes/twentyfifteen/css/editor-style.css index 61667159eb..6898d6ec14 100644 --- a/wp-content/themes/twentyfifteen/css/editor-style.css +++ b/wp-content/themes/twentyfifteen/css/editor-style.css @@ -22,16 +22,14 @@ Description: Used to style the TinyMCE editor. * 1.0 Body */ -html .mce-content-body { - font-size: 17px; - max-width: 660px; -} - body { color: #333; font-family: "Noto Serif", sans-serif; font-weight: 400; + font-size: 19px; line-height: 1.6471; + max-width: 660px; + margin: 83px 0 83px 83px; vertical-align: baseline; } @@ -449,12 +447,7 @@ a { * 8.0 RTL */ -html .mceContentBody.rtl { - direction: rtl; - unicode-bidi: embed; -} - -.rtl body { +body.rtl { margin: 83px 83px 83px 0; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 7067d2492e..ab356260f3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-20141015'; +$wp_version = '4.1-alpha-20141016'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.