X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=contents.css;h=8bbc51ce86efd3becaa28e48ec196b314d731837;hb=68ef8d0ffbb2949c9a62085b09dade9ce486f632;hp=3581ffe918433b6d03bae57f01c8650b20c10a7c;hpb=4625dba05116026713fee9008dd93306be0d1553;p=ckeditor.git diff --git a/contents.css b/contents.css index 3581ffe..8bbc51c 100644 --- a/contents.css +++ b/contents.css @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license */ body @@ -91,3 +91,13 @@ img:hover { opacity: .9; filter: alpha(opacity = 90); } + +pre +{ + white-space: pre-wrap; /* CSS 2.1 */ + word-wrap: break-word; /* IE7 */ +} + +.marker { + background-color: Yellow; +}