JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.1
[ckeditor.git] / contents.css
1 /*\r
2 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
3 For licensing, see LICENSE.html or http://ckeditor.com/license\r
4 */\r
5 \r
6 body\r
7 {\r
8         /* Font */\r
9         font-family: Arial, Verdana, sans-serif;\r
10         font-size: 12px;\r
11 \r
12         /* Text color */\r
13         color: #222;\r
14 \r
15         /* Remove the background color to make it transparent */\r
16         background-color: #fff;\r
17 }\r
18 \r
19 ol,ul,dl\r
20 {\r
21         /* IE7: reset rtl list margin. (#7334) */\r
22         *margin-right:0px;\r
23         /* preserved spaces for rtl list item bullets. (#6249)*/\r
24     padding-right:40px;\r
25 }\r