cmc-sales/app/webroot/js/ckeditor/contents.css

24 lines
462 B
CSS
Raw Normal View History

2009-10-10 00:15:12 -07:00
/*
2011-05-16 20:19:32 -07:00
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
2009-10-10 00:15:12 -07:00
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: #fff;
}
2011-05-16 20:19:32 -07:00
/* preserved spaces for rtl list item bullets. (#6249)*/
ol,ul,dl
2009-10-10 00:15:12 -07:00
{
2011-05-16 20:19:32 -07:00
padding-right:40px;
2009-10-10 00:15:12 -07:00
}