mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-24 01:57:53 +01:00
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:
parent
f6e96fa748
commit
6de7c43ab3
@ -22,16 +22,14 @@ Description: Used to style the TinyMCE editor.
|
|||||||
* 1.0 Body
|
* 1.0 Body
|
||||||
*/
|
*/
|
||||||
|
|
||||||
html .mce-content-body {
|
|
||||||
font-size: 17px;
|
|
||||||
max-width: 660px;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: #333;
|
color: #333;
|
||||||
font-family: "Noto Serif", sans-serif;
|
font-family: "Noto Serif", sans-serif;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
font-size: 19px;
|
||||||
line-height: 1.6471;
|
line-height: 1.6471;
|
||||||
|
max-width: 660px;
|
||||||
|
margin: 83px 0 83px 83px;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -449,12 +447,7 @@ a {
|
|||||||
* 8.0 RTL
|
* 8.0 RTL
|
||||||
*/
|
*/
|
||||||
|
|
||||||
html .mceContentBody.rtl {
|
body.rtl {
|
||||||
direction: rtl;
|
|
||||||
unicode-bidi: embed;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rtl body {
|
|
||||||
margin: 83px 83px 83px 0;
|
margin: 83px 83px 83px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user