| |   |
| 642 | 642 | table.codediff td.ins { background: #dfd; } |
| 643 | 643 | table.sidebyside tbody.mod td { background: #fe9; } |
| 644 | 644 | table.sidebyside tbody.mod td { background: #fe9; } |
| 645 | | table.sidebyside tbody.mod td ins, table.sidebyside tbody.mod td del{ background: #fc0; } |
| 645 | table.sidebyside tbody.mod td ins, table.sidebyside tbody.mod td del{ background: #fd4; } |
| 646 | 646 | table.codediff td.del del { text-decoration: none; } |
| 647 | 647 | table.codediff td.ins ins { text-decoration: none; } |
| 648 | 648 | table.sidebyside td.del del { background: #fbb; } |
| toggle raw diff |
--- a/public/stylesheets/base.css
+++ b/public/stylesheets/base.css
@@ -642,7 +642,7 @@ table.codediff td.del { background: #fdd; }
table.codediff td.ins { background: #dfd; }
table.sidebyside tbody.mod td { background: #fe9; }
table.sidebyside tbody.mod td { background: #fe9; }
-table.sidebyside tbody.mod td ins, table.sidebyside tbody.mod td del{ background: #fc0; }
+table.sidebyside tbody.mod td ins, table.sidebyside tbody.mod td del{ background: #fd4; }
table.codediff td.del del { text-decoration: none; }
table.codediff td.ins ins { text-decoration: none; }
table.sidebyside td.del del { background: #fbb; } |