X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=contents.css;fp=contents.css;h=69f0bb04ef3c3430527376fd16f4390e6598a665;hp=b1d6c6de0ed0143958ed1a11e601601e417ea4ab;hb=484c93d1e1a5a219e2899c566dae48300105f3ed;hpb=610396aee87ef9f3c409b674a2d438d20c38b492 diff --git a/contents.css b/contents.css index b1d6c6d..69f0bb0 100644 --- a/contents.css +++ b/contents.css @@ -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; +}