More display tweaks for redline diff pages.
This commit is contained in:
parent
9d511cd480
commit
87318e6e62
3 changed files with 9 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue