paging_pagebreak.css in Paging 6
Same filename and directory in other branches
/* $Id$ */ .paging-pagebreak { clear: both; border: 0; border-top: 1px dotted #ccc; margin-top: 1em; width: 100%; height: 12px; background: #fff url(images/pagebreaktext.gif) no-repeat center top; }
File
wysiwyg/paging_pagebreak/paging_pagebreak.cssView source
- /* $Id$ */
-
- .paging-pagebreak {
- clear: both;
- border: 0;
- border-top: 1px dotted #ccc;
- margin-top: 1em;
- width: 100%;
- height: 12px;
- background: #fff url(images/pagebreaktext.gif) no-repeat center top;
- }