X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=contents.css;h=f29bc0a86e90969f42237de9ee4ff5dfb3755f52;hb=d3fb48f109f679b7874f1224df6268780e27b4cf;hp=b1d6c6de0ed0143958ed1a11e601601e417ea4ab;hpb=aedb6521c23a81ccb889827a7ccc7b42eb93d14f;p=ckeditor.git diff --git a/contents.css b/contents.css index b1d6c6d..f29bc0a 100644 --- a/contents.css +++ b/contents.css @@ -93,6 +93,10 @@ pre { white-space: pre-wrap; /* CSS 2.1 */ word-wrap: break-word; /* IE7 */ + -moz-tab-size: 4; + -o-tab-size: 4; + -webkit-tab-size: 4; + tab-size: 4; } .marker @@ -102,7 +106,7 @@ pre span[lang] { - font-style: italic; + font-style: italic; } figure @@ -113,11 +117,18 @@ 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; + border: none; + outline: 1px solid #0782C1; +}