| 1 | Index: wp-content/themes/twentyeleven/editor-style.css |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- a/wp-content/themes/twentyeleven/editor-style.css |
|---|
| 4 | +++ b/wp-content/themes/twentyeleven/editor-style.css |
|---|
| 5 | @@ -4,3 +4,8 @@ |
|---|
| 6 | */ |
|---|
| 7 | + |
|---|
| 8 | + html .mceContentBody { |
|---|
| 9 | + max-width: 584px; |
|---|
| 10 | + } |
|---|
| 11 | + |
|---|
| 12 | |
|---|
| 13 | * { |
|---|
| 14 | Index: wp-content/themes/twentyeleven/editor-style-rtl.css |
|---|
| 15 | =================================================================== |
|---|
| 16 | --- a/wp-content/themes/twentyeleven/editor-style-rtl.css |
|---|
| 17 | +++ b/wp-content/themes/twentyeleven/editor-style-rtl.css |
|---|
| 18 | @@ -10,2 +10,3 @@ |
|---|
| 19 | float:right; |
|---|
| 20 | + max-width: 584px; |
|---|
| 21 | } |
|---|