editor.css 257 B

123456789101112131415
  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. line-height: 24px;
  10. }
  11. img {
  12. max-width: 100%;
  13. }