Sha256: 735963a9d59819c226dbc15563d3fe24ff17c93624dd1288ac1233f464882259
Contents?: true
Size: 503 Bytes
Versions: 2
Compression:
Stored size: 503 Bytes
Contents
/* Copyright (c) 2003-2011, 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: #fff; } ol,ul,dl { /* IE7: reset rtl list margin. (#7334) */ *margin-right:0px; /* preserved spaces for rtl list item bullets. (#6249)*/ padding-right:40px; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ckeditor-rails-0.0.4 | vendor/assets/ckeditor/ckeditor/contents.css |
ckeditor-rails-0.0.3 | vendor/assets/ckeditor/ckeditor/contents.css |