--- diff/diff.css Thu Aug 12 10:54:15 2010 +++ diff/diff.css Thu Dec 23 20:45:42 2010 @@ -74,6 +74,12 @@ table.diff col.diff-content { width: 50%; } +td.diff-content INS{ + color: blue; +} +td.diff-content DEL{ + color:red; +} table.diff th { padding-right: inherit; }