You are here

paging_pagebreak.css in Paging 7

Same filename and directory in other branches
  1. 6 wysiwyg/paging_pagebreak/paging_pagebreak.css
/* CSS for pagebreak WYSIWYG plugin */

.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.css
View source
  1. /* CSS for pagebreak WYSIWYG plugin */
  2. .paging-pagebreak {
  3. clear: both;
  4. border: 0;
  5. border-top: 1px dotted #ccc;
  6. margin-top: 1em;
  7. width: 100%;
  8. height: 12px;
  9. background: #fff url(images/pagebreaktext.gif) no-repeat center top;
  10. }