summaryrefslogtreecommitdiff
path: root/rt/share/html/NoAuth/RichText/ckeditor/contents.css
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/NoAuth/RichText/ckeditor/contents.css')
-rw-r--r--rt/share/html/NoAuth/RichText/ckeditor/contents.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/rt/share/html/NoAuth/RichText/ckeditor/contents.css b/rt/share/html/NoAuth/RichText/ckeditor/contents.css
deleted file mode 100644
index ca3d96f..0000000
--- a/rt/share/html/NoAuth/RichText/ckeditor/contents.css
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html or http://ckeditor.com/license
-*/
-
-body
-{
- /* Font */
- font-family: Arial, Verdana, sans-serif;
- font-size: 12px;
-
- /* Text color */
- color: #222;
-
- /* Remove the background color to make it transparent */
- background-color: transparent;
-}
-
-ol,ul,dl
-{
- /* IE7: reset rtl list margin. (#7334) */
- *margin-right:0px;
- /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
- padding:0 40px;
-}