X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=contents.css;h=cd23f249e0486387ec438d76e6f7429e0dd3a5f2;hp=81e76d564e25b7617f37f3b3dd8c86da662a0613;hb=d330efeb22fbe5f5883c29ff0149f7b5a0040bbc;hpb=57bde48ab8a99810fe524a8b511b2f501bf7f318 diff --git a/contents.css b/contents.css index 81e76d5..cd23f24 100644 --- a/contents.css +++ b/contents.css @@ -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 */ +}