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