PluginProbe
Contact Forms by Cimatti / 1.3
Contact Forms by Cimatti v1.3
2.3.6 2.3.5 2.3.0 2.2.32 2.2.4 2.2.0 2.1.2 2.1.1 trunk 1.0 1.1 1.2 1.2.1 1.3 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 All 62 releases
contact-forms / PFBC / Resources / ckeditor / contents.css

contents.css in Contact Forms by Cimatti 1.3, at PFBC/Resources/ckeditor/contents.css

26 lines 559 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.html or http://ckeditor.com/license
4 */
5
6 body
7 {
8 /* Font */
9 font-family: Arial, Verdana, sans-serif;
10 font-size: 12px;
11
12 /* Text color */
13 color: #222;
14
15 /* Remove the background color to make it transparent */
16 background-color: #fff;
17 }
18
19 ol,ul,dl
20 {
21 /* IE7: reset rtl list margin. (#7334) */
22 *margin-right:0px;
23 /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
24 padding:0 40px;
25 }
26