X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=contents.css;h=53f93945944196b0fbd14a61bad39c364e5519f2;hb=53700a2c9aa44599d0a74cb0e0b5e5fbdead0fcd;hp=3581ffe918433b6d03bae57f01c8650b20c10a7c;hpb=4625dba05116026713fee9008dd93306be0d1553;p=ckeditor.git diff --git a/contents.css b/contents.css index 3581ffe..53f9394 100644 --- a/contents.css +++ b/contents.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -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; +}