You are here

break.css in Wysiwyg 7.2

.wysiwyg-break {
  display: block;
  border: 0;
  border-top: 1px dotted #ccc;
  margin-top: 1em;
  width: 100%;
  height: 12px;
  background: transparent url(images/breaktext.gif) no-repeat center top;
}

File

plugins/break/break.css
View source
  1. .wysiwyg-break {
  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/breaktext.gif) no-repeat center top;
  9. }