Index: lams_central/web/ckeditor/contents.css =================================================================== diff -u -ra5b247dd91cb3ffabf9de46cba029e5537fad087 -r228804d048290a0597c798197cd24e3c3445650c --- lams_central/web/ckeditor/contents.css (.../contents.css) (revision a5b247dd91cb3ffabf9de46cba029e5537fad087) +++ lams_central/web/ckeditor/contents.css (.../contents.css) (revision 228804d048290a0597c798197cd24e3c3445650c) @@ -1,18 +1,19 @@ /* -Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ body { /* Font */ - font-family: sans-serif, Arial, Verdana, "Trebuchet MS"; + /* Emoji fonts are added to visualise them nicely in Internet Explorer. */ + font-family: sans-serif, Arial, Verdana, "Trebuchet MS", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 12px; /* Text color */ color: #333; - /* Remove the background color to make it transparent */ + /* Remove the background color to make it transparent. */ background-color: #fff; margin: 20px; @@ -60,7 +61,7 @@ { /* IE7: reset rtl list margin. (#7334) */ *margin-right: 0px; - /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/ + /* Preserved spaces for list items with text direction different than the list. (#6249,#8049)*/ padding: 0 40px; }