Fix style of the <!--more--> 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
This commit is contained in:
Andrew Ozz 2011-06-08 17:16:22 +00:00
parent 46a87bd9fa
commit ebd705f0b5
1 changed files with 3 additions and 3 deletions

View File

@ -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;