You are here

coder-diff.css in Coder 6

.diff th {
  width: 50%;
}
.diff pre {
  margin: 0;
  padding: 0;
  background: none;
}
.diff .changed {
  background: #ffff99;
}
.diff .deleted {
  background: #ff9999;
}
.diff .added {
  background: #99ff99;
}

File

scripts/coder_format/tests/coder-diff.css
View source
  1. .diff th {
  2. width: 50%;
  3. }
  4. .diff pre {
  5. margin: 0;
  6. padding: 0;
  7. background: none;
  8. }
  9. .diff .changed {
  10. background: #ffff99;
  11. }
  12. .diff .deleted {
  13. background: #ff9999;
  14. }
  15. .diff .added {
  16. background: #99ff99;
  17. }