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

git-svn-id: http://svn.automattic.com/wordpress/trunk@18121 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
iandstewart 2011-06-02 21:03:50 +00:00
parent eca48b71f1
commit 50b5874f41
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;