mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
TinyMCE 3.0 Final from azaozz. see #5674
git-svn-id: https://develop.svn.wordpress.org/trunk@6694 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
15
wp-includes/js/tinymce/plugins/wordpress/css/content.css
Normal file
15
wp-includes/js/tinymce/plugins/wordpress/css/content.css
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user