tweaked stylesheet, to accommodate the way browsers handle some <del> and <ins> insertions.
This commit is contained in:
parent
8c52f28864
commit
9d511cd480
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue