JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-4.4.0_full
[ckeditor.git] / contents.css
index cd23f24..69f0bb0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.md or http://ckeditor.com/license\r
 */\r
 \r
@@ -21,7 +21,7 @@ body
 .cke_editable\r
 {\r
        font-size: 13px;\r
-       line-height: 1.6em;\r
+       line-height: 1.6;\r
 }\r
 \r
 blockquote\r
@@ -64,7 +64,7 @@ ol,ul,dl
 h1,h2,h3,h4,h5,h6\r
 {\r
        font-weight: normal;\r
-       line-height: 1.2em;\r
+       line-height: 1.2;\r
 }\r
 \r
 hr\r
@@ -113,11 +113,17 @@ figure
        background: rgba(0,0,0,0.05);\r
        padding: 10px;\r
        margin: 10px 20px;\r
-       display: block; /* For IE8 */\r
+       display: inline-block;\r
 }\r
 \r
-figure figcaption\r
+figure > figcaption\r
 {\r
        text-align: center;\r
        display: block; /* For IE8 */\r
 }\r
+\r
+a > img {\r
+       padding: 1px;\r
+       margin: 1px;\r
+       outline: 1px solid #0782C1;\r
+}\r