X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=contents.css;fp=contents.css;h=f29bc0a86e90969f42237de9ee4ff5dfb3755f52;hp=69f0bb04ef3c3430527376fd16f4390e6598a665;hb=75e266c2f692f8cd1b274249ad657e07bc9072aa;hpb=484c93d1e1a5a219e2899c566dae48300105f3ed diff --git a/contents.css b/contents.css index 69f0bb0..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 @@ -125,5 +129,6 @@ figure > figcaption a > img { padding: 1px; margin: 1px; + border: none; outline: 1px solid #0782C1; }