Make WordPress Core

Changeset 18196


Ignore:
Timestamp:
06/08/2011 05:16:22 PM (15 years ago)
Author:
azaozz
Message:

Fix style of the <!--more--> tag replacement image in TinyMCE so it doesn't show horizontal scrollbar in FF and IE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/plugins/wordpress/css/content.css

    r12098 r18196  
    11
    22.mceWPnextpage, .mceWPmore {
    3         border: 0px;
     3        border: 0;
    44        border-top: 1px dotted #cccccc;
    55        display: block;
    6         width: 100%;
     6        width: 95%;
    77        height: 12px;
    8         margin-top: 15px;
     8        margin: 15px auto 0;
    99}
    1010.mceWPmore {
Note: See TracChangeset for help on using the changeset viewer.