You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* declare in px to fix Webkit/Blink bug that adds a span tag with line-height style - http://dev.ckeditor.com/ticket/9998?cversion=1&cnum_hist=45#comment:52 */
11
+
font-size:13px;
12
+
line-height:18px;
13
13
color:#333;
14
-
15
-
/* Remove the background color to make it transparent */
16
14
background-color:#fff;
17
-
18
15
margin:20px;
19
16
}
20
17
21
-
.cke_editable
22
-
{
23
-
font-size:13px;
24
-
line-height:1.6;
25
-
}
26
-
27
-
blockquote
18
+
.cke_editableblockquote
28
19
{
29
20
font-style: italic;
30
21
font-family: Georgia, Times,"Times New Roman", serif;
@@ -48,64 +39,60 @@ blockquote
48
39
border-right-width:5px;
49
40
}
50
41
51
-
a
42
+
.cke_editablea
52
43
{
53
44
color:#0782C1;
54
45
}
55
46
56
-
ol,ul,dl
47
+
.cke_editableol,
48
+
.cke_editableul,
49
+
.cke_editabledl
57
50
{
58
51
/* IE7: reset rtl list margin. (#7334) */
59
52
*margin-right:0px;
60
53
/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
0 commit comments