Twenty Eleven: editor-style should have max-width; Props bi0xid; Fixes #17393 #17649; See #17644

git-svn-id: https://develop.svn.wordpress.org/trunk@18121 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ian Stewart 2011-06-02 21:03:50 +00:00
parent b44c6a29dc
commit 68ed6937db
2 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,7 @@ html .mceContentBody{
direction:rtl;
unicode-bidi:embed;
float:right;
max-width: 584px;
}
* {
font-family: Arial, Tahoma, sans-serif;

View File

@ -3,6 +3,9 @@ Theme Name: Twenty Eleven
Description: Used to style the TinyMCE editor.
*/
html .mceContentBody {
max-width: 584px;
}
* {
color: #333;
font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;