From 350439b05fd0d4ac58266ccdd57304e35942b502 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Wed, 15 Oct 2014 22:47:38 +0000 Subject: [PATCH] Twenty Fifteen: no `rem` in editor-style.css for now, see #29799 git-svn-id: https://develop.svn.wordpress.org/trunk@29910 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/css/editor-style.css | 1 - 1 file changed, 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 93db376ae4..61667159eb 100644 --- a/src/wp-content/themes/twentyfifteen/css/editor-style.css +++ b/src/wp-content/themes/twentyfifteen/css/editor-style.css @@ -24,7 +24,6 @@ Description: Used to style the TinyMCE editor. html .mce-content-body { font-size: 17px; - font-size: 1.7rem; max-width: 660px; }