git-svn-id: https://develop.svn.wordpress.org/trunk@18121 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b44c6a29dc
commit
68ed6937db
|
@ -8,6 +8,7 @@ html .mceContentBody{
|
|||
direction:rtl;
|
||||
unicode-bidi:embed;
|
||||
float:right;
|
||||
max-width: 584px;
|
||||
}
|
||||
* {
|
||||
font-family: Arial, Tahoma, sans-serif;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue