]> git.uio.no Git - usit-rt.git/blame - share/html/NoAuth/RichText/ckeditor/contents.css
Dev to 4.0.11
[usit-rt.git] / share / html / NoAuth / RichText / ckeditor / contents.css
CommitLineData
84fb5b46 1/*
c36a7e1d 2Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
84fb5b46
MKG
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: 12px;
11
12 /* Text color */
13 color: #222;
14
15 /* Remove the background color to make it transparent */
c36a7e1d 16 background-color: #fff;
84fb5b46
MKG
17}
18
c36a7e1d 19ol,ul,dl
84fb5b46 20{
c36a7e1d
MKG
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;
84fb5b46 25}