9cc35e21c4
git-svn-id: https://develop.svn.wordpress.org/trunk@2820 602fd350-edb4-49c9-b593-d223f7449a82
22 lines
520 B
CSS
22 lines
520 B
CSS
.mce_plugin_wordpress_more {
|
|
border: 0px;
|
|
border-top: 1px dotted #cccccc;
|
|
display:block;
|
|
background-color: #ffffff;
|
|
margin-top:15px;
|
|
background-image: url(images/more_bug.gif);
|
|
background-repeat: no-repeat;
|
|
background-position: right top;
|
|
}
|
|
|
|
.mce_plugin_wordpress_page {
|
|
border: 0px;
|
|
border-top: 1px dotted #cccccc;
|
|
display:block;
|
|
background-color: #ffffff;
|
|
margin-top:15px;
|
|
background-image: url(images/page_bug.gif);
|
|
background-repeat: no-repeat;
|
|
background-position: right top;
|
|
}
|