break.css 206 B

12345678910
  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. }