More display tweaks for redline diff pages.

This commit is contained in:
Jacques Distler 2007-02-04 10:18:21 -06:00
parent 9d511cd480
commit 87318e6e62
3 changed files with 9 additions and 3 deletions

View file

@ -162,10 +162,16 @@ padding-top:1px;
.diffdel,del.diffmod, .diffdel *, del.diffmod * {
background-color:#FAA;
text-decoration:strike-through;
}
.diffins,ins.diffmod, .diffins *, ins.diffmod * {
background-color:#AFA;
text-decoration:underline;
}
.diffmod, .diffmod * {
border: 2px solid #FE0;
}
#footer {