mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-07 03:11:01 +01:00
f59d488483
git-svn-id: http://svn.automattic.com/wordpress/trunk@2820 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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;
|
|
}
|