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

git-svn-id: https://develop.svn.wordpress.org/trunk@30321 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-11-13 02:01:29 +00:00
parent f5d88c355e
commit 403cf989ec
1 changed files with 1 additions and 1 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;
}