]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/editor_content.css
Imported Upstream version 0.3
[roundcube.git] / skins / default / editor_content.css
1 /* This file contains the CSS data for the editable area(iframe) of TinyMCE */
2 /* You can extend this CSS by adding your own CSS file with the the content_css option */
3
4 body, td, pre {
5         font-family: Verdana, Arial, Helvetica, sans-serif;
6         font-size: 12px;
7 }
8   
9 body {
10         background-color: #FFFFFF;
11         margin-left: 4px;
12         margin-right: 4px;
13         margin-top: 2px;
14 }
15
16 pre
17 {
18         margin: 0;
19         padding: 0;
20         white-space: -moz-pre-wrap !important;
21         white-space: pre-wrap !important;
22         white-space: pre;
23         word-wrap: break-word; /* IE (and Safari) */
24 }