X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=contents.css;h=69f0bb04ef3c3430527376fd16f4390e6598a665;hb=484c93d1e1a5a219e2899c566dae48300105f3ed;hp=cd23f249e0486387ec438d76e6f7429e0dd3a5f2;hpb=d330efeb22fbe5f5883c29ff0149f7b5a0040bbc;p=ckeditor.git diff --git a/contents.css b/contents.css index cd23f24..69f0bb0 100644 --- a/contents.css +++ b/contents.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ @@ -21,7 +21,7 @@ body .cke_editable { font-size: 13px; - line-height: 1.6em; + line-height: 1.6; } blockquote @@ -64,7 +64,7 @@ ol,ul,dl h1,h2,h3,h4,h5,h6 { font-weight: normal; - line-height: 1.2em; + line-height: 1.2; } hr @@ -113,11 +113,17 @@ figure background: rgba(0,0,0,0.05); padding: 10px; margin: 10px 20px; - display: block; /* For IE8 */ + display: inline-block; } -figure figcaption +figure > figcaption { text-align: center; display: block; /* For IE8 */ } + +a > img { + padding: 1px; + margin: 1px; + outline: 1px solid #0782C1; +}