git-svn-id: http://svn.automattic.com/wordpress/trunk@18121 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
eca48b71f1
commit
50b5874f41
|
@ -8,6 +8,7 @@ html .mceContentBody{
|
||||||
direction:rtl;
|
direction:rtl;
|
||||||
unicode-bidi:embed;
|
unicode-bidi:embed;
|
||||||
float:right;
|
float:right;
|
||||||
|
max-width: 584px;
|
||||||
}
|
}
|
||||||
* {
|
* {
|
||||||
font-family: Arial, Tahoma, sans-serif;
|
font-family: Arial, Tahoma, sans-serif;
|
||||||
|
|
|
@ -3,6 +3,9 @@ Theme Name: Twenty Eleven
|
||||||
Description: Used to style the TinyMCE editor.
|
Description: Used to style the TinyMCE editor.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
html .mceContentBody {
|
||||||
|
max-width: 584px;
|
||||||
|
}
|
||||||
* {
|
* {
|
||||||
color: #333;
|
color: #333;
|
||||||
font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
|
|
Loading…
Reference in New Issue