From 2b6348978ec434e2fa4114085783cf9ada097b22 Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 3 Jul 2008 17:00:59 +0000 Subject: WP Merge to rev 8249 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1347 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/js/tinymce/wordpress.css | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (limited to 'wp-includes/js/tinymce/wordpress.css') diff --git a/wp-includes/js/tinymce/wordpress.css b/wp-includes/js/tinymce/wordpress.css index 1596f59..0b55d4e 100644 --- a/wp-includes/js/tinymce/wordpress.css +++ b/wp-includes/js/tinymce/wordpress.css @@ -1,6 +1,7 @@ /* This file contains the CSS data for the editable area(iframe) of TinyMCE */ -.aligncenter { +.aligncenter, +dl.aligncenter { display: block; margin-left: auto; margin-right: auto; @@ -14,6 +15,31 @@ float: right; } +.wp_caption { + border: 1px solid #ddd; + text-align: center; + background-color: #f3f3f3; + padding-top: 4px; + margin: 10px; + -moz-border-radius: 3px; + -khtml-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; +} + +.wp_caption img { + margin: 0; + padding: 0; + border: 0 none; +} + +.wp_caption_dd { + font-size: 11px; + line-height: 17px; + padding: 0 4px 5px; + margin: 0; +} + body.mceContentBody { background: #fff; color: #000; @@ -63,3 +89,7 @@ a.mceItemAnchor { padding-left: 12px; background: url(img/items.gif) no-repeat bottom left; } + +.mceIEcenter { + text-align: center; +} -- cgit