You are here

comment_alter.diff.css in Comment Alter 8

Stylesheet for the Comment Alter module.

File

css/comment_alter.diff.css
View source
  1. /**
  2. * @file
  3. * Stylesheet for the Comment Alter module.
  4. */
  5. table.comment-alter-diff {
  6. background-color: #fff;
  7. border: 1px solid #ccc;
  8. font-size: 85%;
  9. width: auto;
  10. }
  11. table.comment-alter-diff td {
  12. border: none;
  13. padding-left: .5em;
  14. padding-right: .5em;
  15. }