You are here

smart_paging.css in Smart Paging 7.2

Same filename and directory in other branches
  1. 7 plugins/wysiwyg/smart_paging/smart_paging.css
.smart-paging {
  display: block;
  border: 0;
  border-top: 1px dotted #ccc;
  margin-top: 1em;
  width: 100%;
  height: 12px;
  background: transparent url(images/smart_paging_text.gif) no-repeat center top;
}

File

plugins/wysiwyg/smart_paging/smart_paging.css
View source
  1. .smart-paging {
  2. display: block;
  3. border: 0;
  4. border-top: 1px dotted #ccc;
  5. margin-top: 1em;
  6. width: 100%;
  7. height: 12px;
  8. background: transparent url(images/smart_paging_text.gif) no-repeat center top;
  9. }