source: trunk/library/ckeditor/contents.css @ 5081

Revision 5081, 529 bytes checked in by airton, 13 years ago (diff)

Ticket #2086 - Troca do atual editor de emails do expresso - Adicionando a biblioteca ckeditor

  • Property svn:executable set to *
Line 
1/*
2Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html or http://ckeditor.com/license
4*/
5
6body
7{
8        /* Font */
9        font-family: Arial, Verdana, sans-serif;
10        font-size: 10pt;
11
12        /* Text color */
13        color: #222;
14
15        /* Remove the background color to make it transparent */
16        background-color: #fff;
17}
18
19ol,ul,dl
20{
21        /* IE7: reset rtl list margin. (#7334) */
22        /*margin-right:0px;
23        /* preserved spaces for rtl list item bullets. (#6249)*/
24    padding-right:40px;
25}
Note: See TracBrowser for help on using the repository browser.