From cc5f9863f12b7f8e39c06cb82b73f8cd0772dca4 Mon Sep 17 00:00:00 2001 From: nacin Date: Mon, 11 Jul 2011 20:32:24 +0000 Subject: [PATCH] Twenty Eleven: Don't set color in the * selector in editor styles. props MattyRob, fixes #18011 for trunk. git-svn-id: http://svn.automattic.com/wordpress/trunk@18433 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyeleven/editor-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentyeleven/editor-style.css b/wp-content/themes/twentyeleven/editor-style.css index 74c9de68d..2641a077a 100644 --- a/wp-content/themes/twentyeleven/editor-style.css +++ b/wp-content/themes/twentyeleven/editor-style.css @@ -7,7 +7,7 @@ html .mceContentBody { max-width: 584px; } * { - color: #333; + color: inherit; font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: inherit; font-weight: inherit;