Mercurial > hg > rc2
annotate program/resources/tinymce/content.css @ 0:4681f974d28b
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:52:31 -0500 |
parents | |
children |
rev | line source |
---|---|
0 | 1 /* This file contains the CSS data for the editable area(iframe) of TinyMCE */ |
2 | |
3 body, td, pre { | |
4 font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; | |
5 font-size: 12px; | |
6 } | |
7 | |
8 body { | |
9 background-color: #FFFFFF; | |
10 margin: 4px; | |
11 } | |
12 | |
13 div.pre { | |
14 margin: 0; | |
15 padding: 0; | |
16 font-family: monospace; | |
17 } | |
18 | |
19 blockquote | |
20 { | |
21 border-left: #1010ff 2px solid; | |
22 margin: 0; | |
23 padding: 0 0.4em; | |
24 } |