From ad895563a177b5d5f7aae8c87affc07ea4189d48 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Mon, 19 Nov 2012 10:50:13 +0100 Subject: [PATCH] Moved custom line height and font-size to cke_editable to avoid richcombo issues. --- contents.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/contents.css b/contents.css index 2ed81bc97b..bd3f58767d 100644 --- a/contents.css +++ b/contents.css @@ -7,7 +7,7 @@ body { /* Font */ font-family: sans-serif, Arial, Verdana, "Trebuchet MS"; - font-size: 13px; + font-size: 12px; /* Text color */ color: #333; @@ -16,6 +16,11 @@ body background-color: #fff; margin: 20px; +} + +.cke_editable +{ + font-size: 13px; line-height: 1.6em; }