Fix style of the <!--more--> tag replacement image in TinyMCE so it doesn't show horizontal scrollbar in FF and IE.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18196 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f030e87cdc
commit
57b1e29c10
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue