yllar
2008-05-30 186f3fa81f232344742b0a1c6313ec0744cbd651
commit | author | age
43b990 1 /* This file contains the CSS data for the editable area(iframe) of TinyMCE */
S 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 {
2f93b0 10     background-color: #FFFFFF;
S 11     margin-left: 4px;
12     margin-right: 4px;
13     margin-top: 2px;
43b990 14 }
S 15