Mercurial > hg > isophonics-drupal-site
view core/modules/ckeditor/css/ckeditor-iframe.css @ 11:bfffd8d7479a
Move drupal/core from "replace" to "require" section, to ensure Composer updates it
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:51:18 +0000 |
parents | 4c8ae668cc8c |
children | af1871eacc83 |
line wrap: on
line source
/** * CSS added to iframe-based instances only. */ body { font-family: Arial, Verdana, sans-serif; font-size: 15px; color: #222; background-color: #fff; margin: 8px; } @media screen and (max-width: 600px) { /* A font-size of 16px prevents iOS from zooming. */ body { font-size: 16px; } } ol, ul, dl { /* Preserved spaces for list items with text direction other than the list. * (CKEditor issues #6249,#8049) */ padding: 0 40px; }