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