[UPD] ckeditor 4.4.4

This commit is contained in:
Holger Brunn
2014-09-22 22:22:48 +02:00
parent e597767a51
commit 49c10c6c51
260 changed files with 1888 additions and 1575 deletions

View File

@@ -1,11 +1,11 @@
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt, pre
{
line-height: 1.5em;
line-height: 1.5;
}
body
@@ -18,6 +18,14 @@ input, textarea, select, option, optgroup, button, td, th
font-size: 100%;
}
pre
{
-moz-tab-size: 4;
-o-tab-size: 4;
-webkit-tab-size: 4;
tab-size: 4;
}
pre, code, kbd, samp, tt
{
font-family: monospace,monospace;
@@ -25,8 +33,8 @@ pre, code, kbd, samp, tt
}
body {
width: 960px;
margin: 0 auto;
width: 960px;
margin: 0 auto;
}
code
@@ -165,10 +173,6 @@ pre.samples
padding: 0.25em;
white-space: pre-wrap; /* CSS 2.1 */
word-wrap: break-word; /* IE7 */
-moz-tab-size: 4;
-o-tab-size: 4;
-webkit-tab-size: 4;
tab-size: 4;
}
#footer
@@ -308,9 +312,9 @@ dl.samples > dd
}
.warning
{
color: #ff0000;
color: #ff0000;
background-color: #FFCCBA;
border: 2px dotted #ff0000;
border: 2px dotted #ff0000;
padding: 15px 10px;
margin: 10px 0;
}
@@ -342,15 +346,20 @@ blockquote
}
img.right {
border: 1px solid #ccc;
float: right;
margin-left: 15px;
padding: 5px;
border: 1px solid #ccc;
float: right;
margin-left: 15px;
padding: 5px;
}
img.left {
border: 1px solid #ccc;
float: left;
margin-right: 15px;
padding: 5px;
border: 1px solid #ccc;
float: left;
margin-right: 15px;
padding: 5px;
}
.marker
{
background-color: Yellow;
}