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
This commit is contained in:
nacin 2011-07-11 20:32:24 +00:00
parent 916a1c943c
commit cc5f9863f1
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ html .mceContentBody {
max-width: 584px; max-width: 584px;
} }
* { * {
color: #333; color: inherit;
font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif; font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: inherit; font-style: inherit;
font-weight: inherit; font-weight: inherit;