mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +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
|
||||
*/
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user