4be56a17b1
git-svn-id: https://develop.svn.wordpress.org/trunk@6694 602fd350-edb4-49c9-b593-d223f7449a82
15 lines
314 B
CSS
15 lines
314 B
CSS
|
|
.mceWPnextpage, .mceWPmore {
|
|
border: 0px;
|
|
border-top: 1px dotted #cccccc;
|
|
display: block;
|
|
width: 100%;
|
|
height: 12px;
|
|
margin-top: 15px;
|
|
}
|
|
.mceWPmore {
|
|
background: #ffffff url(../img/more_bug.gif) no-repeat right top;
|
|
}
|
|
.mceWPnextpage {
|
|
background: #ffffff url(../img/page_bug.gif) no-repeat right top;
|
|
} |