wp-editor.css 275 B

12345678910111213141516
  1. /* The CSS used for the WP editor on administration panels */
  2. body {
  3. font-size: 16px;
  4. font-family: sans-serif;
  5. margin: 20px;
  6. }
  7. .mce-content-body p, table, ul, ol {
  8. margin-bottom: 15px;
  9. width: 650px;
  10. line-height: 24px;
  11. }
  12. img {
  13. max-width: 100%;
  14. }