"View changes" colours replaced text as well [Denis Mertz]

This commit is contained in:
Alexey Verkhovsky 2005-01-24 00:55:18 +00:00
parent 8d576bbbf7
commit 75a8a3f560

View file

@ -126,11 +126,11 @@ ol.setup li {
font-size: 10px; font-size: 10px;
} }
.diffdel { .diffdel, del.diffmod {
background: pink; background: pink;
} }
.diffins { .diffins, ins.diffmod {
background: lightgreen; background: lightgreen;
} }