From ebd705f0b5f5fabff97fd8eebfe02d6b589678d8 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Wed, 8 Jun 2011 17:16:22 +0000 Subject: [PATCH] Fix style of the tag replacement image in TinyMCE so it doesn't show horizontal scrollbar in FF and IE. git-svn-id: https://develop.svn.wordpress.org/trunk@18196 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/js/tinymce/plugins/wordpress/css/content.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/js/tinymce/plugins/wordpress/css/content.css b/wp-includes/js/tinymce/plugins/wordpress/css/content.css index f8384955cf..890b0c09d6 100644 --- a/wp-includes/js/tinymce/plugins/wordpress/css/content.css +++ b/wp-includes/js/tinymce/plugins/wordpress/css/content.css @@ -1,11 +1,11 @@ .mceWPnextpage, .mceWPmore { - border: 0px; + border: 0; border-top: 1px dotted #cccccc; display: block; - width: 100%; + width: 95%; height: 12px; - margin-top: 15px; + margin: 15px auto 0; } .mceWPmore { background: #ffffff url(../img/more_bug.gif) no-repeat right top;