From 403cf989ec301c205eb818d37c30de986252a7e9 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Thu, 13 Nov 2014 02:01:29 +0000 Subject: [PATCH] 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 --- src/wp-content/themes/twentyfifteen/css/editor-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyfifteen/css/editor-style.css b/src/wp-content/themes/twentyfifteen/css/editor-style.css index b307df469d..0df64748aa 100644 --- a/src/wp-content/themes/twentyfifteen/css/editor-style.css +++ b/src/wp-content/themes/twentyfifteen/css/editor-style.css @@ -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; }