Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #24344


Ignore:
Timestamp:
05/15/2013 10:27:57 AM (12 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24344 – Description

    initial v1  
    1 When clicking on the "Insert More Tag" button in the WYSIWYG editor, the more tag line is not visible. The <!--more--> tag has been added & can be seen in the Text Editor but not in the Visual pane.
     1When clicking on the "Insert More Tag" button in the WYSIWYG editor, the more tag line is not visible. The `<!--more-->` tag has been added & can be seen in the Text Editor but not in the Visual pane.
    22
    33Both:
    4 
     4{{{
    55img.mceWPmore {
    66    background: url("img/more_bug.gif") no-repeat scroll right top transparent;
    77}
    8 
     8}}}
    99and:
    10 
     10{{{
    1111img.mceWPnextpage, img.mceWPmore {
    1212    -moz-border-bottom-colors: none;
     
    2424    width: 95%;
    2525}
    26 
     26}}}
    2727seem to be missing from content.css when checked using Firebug.
    2828