Changes between Initial Version and Version 1 of Ticket #24344
- Timestamp:
- 05/15/2013 10:27:57 AM (12 years ago)
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.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. 2 2 3 3 Both: 4 4 {{{ 5 5 img.mceWPmore { 6 6 background: url("img/more_bug.gif") no-repeat scroll right top transparent; 7 7 } 8 8 }}} 9 9 and: 10 10 {{{ 11 11 img.mceWPnextpage, img.mceWPmore { 12 12 -moz-border-bottom-colors: none; … … 24 24 width: 95%; 25 25 } 26 26 }}} 27 27 seem to be missing from content.css when checked using Firebug. 28 28