history.css, history.js: Color changed/deleted/added/moved appendices

Signed-off-by: Johannes Gilger <heipei@hackvalue.de>
This commit is contained in:
Johannes Gilger
2009-01-20 17:53:06 +01:00
committed by Pieter de Bie
parent 5482dfe450
commit e2d47cb049
+17 -1
View File
@@ -135,4 +135,20 @@ a.showdiff {
.refs.currentBranch {
font-weight: bold;
}
}
.addedfile {
color: green;
}
.deletedfile {
color: red;
}
.changedfile {
color: purple;
}
.movedfile {
color: gray;
}