Update ckeditor to version 3.2.1
[gopost.git] / ckeditor / contents.css
blob929015ca87e4fb23d4d4851ec1ffb7c4eaf6eeb1
1 /*
2 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.html or http://ckeditor.com/license
4 */
6 body
8 /* Font */
9 font-family: Arial, Verdana, sans-serif;
10 font-size: 12px;
12 /* Text color */
13 color: #222;
15 /* Remove the background color to make it transparent */
16 background-color: #fff;
19 html
21 /* #3658: [IE6] Editor document has horizontal scrollbar on long lines
22 To prevent this misbehavior, we show the scrollbar always */
23 _overflow-y: scroll
26 img:-moz-broken
28 -moz-force-broken-image-icon : 1;
29 width : 24px;
30 height : 24px;
32 img, input, textarea
34 cursor: default;