Twenty Eleven: Don't set color in the * selector in editor styles. props MattyRob, fixes #18011 for trunk.

git-svn-id: https://develop.svn.wordpress.org/trunk@18433 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-07-11 20:32:24 +00:00
parent bdf534021b
commit 56e834a8c2

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;