diff options
Diffstat (limited to 'samples/plugins/image2/contents.css')
| -rwxr-xr-x | samples/plugins/image2/contents.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/samples/plugins/image2/contents.css b/samples/plugins/image2/contents.css new file mode 100755 index 0000000..31cd648 --- /dev/null +++ b/samples/plugins/image2/contents.css @@ -0,0 +1,19 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.md or http://ckeditor.com/license
+*/
+
+figure.caption {
+ 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.caption figcaption {
+ text-align: center;
+ display: block; /* For IE8 */
+}
|
