X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=contents.css;h=bad9dd6e7ae682202529dbfcacd80b4fae625819;hp=69f0bb04ef3c3430527376fd16f4390e6598a665;hb=HEAD;hpb=484c93d1e1a5a219e2899c566dae48300105f3ed diff --git a/contents.css b/contents.css index 69f0bb0..bad9dd6 100644 --- a/contents.css +++ b/contents.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ @@ -93,6 +93,8 @@ pre { white-space: pre-wrap; /* CSS 2.1 */ word-wrap: break-word; /* IE7 */ + -moz-tab-size: 4; + tab-size: 4; } .marker @@ -102,7 +104,7 @@ pre span[lang] { - font-style: italic; + font-style: italic; } figure @@ -125,5 +127,6 @@ figure > figcaption a > img { padding: 1px; margin: 1px; + border: none; outline: 1px solid #0782C1; }