Skip to content

Commit

Permalink
Moved custom line height and font-size to cke_editable to avoid richc…
Browse files Browse the repository at this point in the history
…ombo issues.
  • Loading branch information
oleq committed Nov 20, 2012
1 parent f353a66 commit ad89556
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion contents.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body
{
/* Font */
font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
font-size: 13px;
font-size: 12px;

/* Text color */
color: #333;
Expand All @@ -16,6 +16,11 @@ body
background-color: #fff;

margin: 20px;
}

.cke_editable
{
font-size: 13px;
line-height: 1.6em;
}

Expand Down

0 comments on commit ad89556

Please sign in to comment.