X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=inline;f=contents.css;h=b1d6c6de0ed0143958ed1a11e601601e417ea4ab;hb=610396aee87ef9f3c409b674a2d438d20c38b492;hp=81e76d564e25b7617f37f3b3dd8c86da662a0613;hpb=57bde48ab8a99810fe524a8b511b2f501bf7f318;p=ckeditor.git diff --git a/contents.css b/contents.css index 81e76d5..b1d6c6d 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 @@ -104,3 +104,20 @@ span[lang] { font-style: italic; } + +figure +{ + text-align: center; + border: solid 1px #ccc; + border-radius: 2px; + background: rgba(0,0,0,0.05); + padding: 10px; + margin: 10px 20px; + display: block; /* For IE8 */ +} + +figure figcaption +{ + text-align: center; + display: block; /* For IE8 */ +}