Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/ckeditor/css/ckeditor-iframe.css @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
1 /** | 1 /** |
2 * CSS added to iframe-based instances only. | 2 * CSS added to iframe-based instances only. |
3 */ | 3 */ |
4 body { | 4 body { |
5 margin: 8px; | |
6 color: #222; | |
7 background-color: #fff; | |
5 font-family: Arial, Verdana, sans-serif; | 8 font-family: Arial, Verdana, sans-serif; |
6 font-size: 15px; | 9 font-size: 15px; |
7 color: #222; | |
8 background-color: #fff; | |
9 margin: 8px; | |
10 } | 10 } |
11 | 11 |
12 @media screen and (max-width: 600px) { | 12 @media screen and (max-width: 600px) { |
13 /* A font-size of 16px prevents iOS from zooming. */ | 13 /* A font-size of 16px prevents iOS from zooming. */ |
14 body { | 14 body { |