mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
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:
parent
916a1c943c
commit
cc5f9863f1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user