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
This commit is contained in:
Andrew Ozz 2014-10-16 00:27:19 +00:00
parent f6e96fa748
commit 6de7c43ab3
2 changed files with 5 additions and 12 deletions

View File

@ -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;
}

View File

@ -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.