Twenty Fifteen: reduce the margins on the editor body in esitor-style.css. Fixes #30331.

Built from https://develop.svn.wordpress.org/trunk@30321


git-svn-id: http://core.svn.wordpress.org/trunk@30320 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2014-11-13 02:02:24 +00:00
parent d7df822944
commit 6b9b865b33
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ body {
font-weight: 400;
font-size: 17px;
line-height: 1.6471;
margin: 8% 10%;
margin: 20px 40px;
max-width: 660px;
vertical-align: baseline;
}

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-alpha-30320';
$wp_version = '4.1-alpha-30321';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.