Thomas Bruederli
2013-10-19 49b8e5d0bb712ccf1a1a52bd794d3d7bb905a493
commit | author | age
046804 1 /* This file contains the CSS data for the editable area(iframe) of TinyMCE */
A 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-left: 4px;
11     margin-right: 4px;
12     margin-top: 2px;
13 }
14
15 pre
16 {
17     margin: 0;
18     padding: 0;
19     white-space: -moz-pre-wrap !important;
20     white-space: pre-wrap !important;
21     white-space: pre;
22     word-wrap: break-word; /* IE (and Safari) */
23 }
24
25 blockquote
26 {
27     padding-left: 5px;
28     border-left: #1010ff 2px solid;
29     margin-left: 5px;
30     width: 100%;
31 }