You are here

comment_alter.css in Comment Alter 7

table.comment-alter-diff {
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 85%;
  width: auto;
}

table.comment-alter-diff td {
  border: none;
  padding-left: .5em;
  padding-right: .5em;
}

File

comment_alter.css
View source
  1. table.comment-alter-diff {
  2. background-color: #fff;
  3. border: 1px solid #ccc;
  4. font-size: 85%;
  5. width: auto;
  6. }
  7. table.comment-alter-diff td {
  8. border: none;
  9. padding-left: .5em;
  10. padding-right: .5em;
  11. }