566691d408ef22f71006933f16d909c7b8a34b36.svn-base 508 B

1234567891011121314151617181920212223
  1. html, body {}
  2. p {
  3. margin: 0;
  4. }
  5. table, td, th { border:1px dotted #ccc; }
  6. table { border-collapse: collapse; table-layout: fixed }
  7. /*-------------------------------------------------------------------------------*/
  8. .ch_bogus_spacer {}
  9. .cheditor-zero-width { font-family: monospace; }
  10. .cheditor-insertpara-pointer {
  11. height: 1px;
  12. display: none;
  13. overflow: hidden;
  14. background-color: red;
  15. position: absolute;
  16. }
  17. .cheditor-add-paragraph {
  18. border: #999 dotted 1px;
  19. margin: 1px 0;
  20. }