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