tweaked stylesheet, to accommodate the way browsers handle some <del> and <ins> insertions.

This commit is contained in:
Jacques Distler 2007-02-04 01:21:29 -06:00
parent 8c52f28864
commit 9d511cd480

View file

@ -160,11 +160,11 @@ margin-bottom:1em;
padding-top:1px;
}
.diffdel,del.diffmod {
.diffdel,del.diffmod, .diffdel *, del.diffmod * {
background-color:#FAA;
}
.diffins,ins.diffmod {
.diffins,ins.diffmod, .diffins *, ins.diffmod * {
background-color:#AFA;
}