X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=contents.css;h=8bbc51ce86efd3becaa28e48ec196b314d731837;hb=68ef8d0ffbb2949c9a62085b09dade9ce486f632;hp=a5e5fd48f5dd3ffe677ff0813f36757ed6442615;hpb=860af3c4bde9866c53d5123c57e3dc6166e0fe1e;p=ckeditor.git diff --git a/contents.css b/contents.css index a5e5fd4..8bbc51c 100644 --- a/contents.css +++ b/contents.css @@ -1,6 +1,6 @@ /* Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license +For licensing, see LICENSE.md or http://ckeditor.com/license */ body @@ -97,3 +97,7 @@ pre white-space: pre-wrap; /* CSS 2.1 */ word-wrap: break-word; /* IE7 */ } + +.marker { + background-color: Yellow; +}