diffs.scss: readd styles removed in e25e8d564.
The <ins> and <del> tags are still used in /post_versions and /reports/upload_tags.
This commit is contained in:
@@ -19,3 +19,25 @@
|
|||||||
color: darkRed;
|
color: darkRed;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.diff-list {
|
||||||
|
ins, ins a {
|
||||||
|
color: green;
|
||||||
|
text-decoration: none;
|
||||||
|
margin-right: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
del, del a {
|
||||||
|
color: red;
|
||||||
|
text-decoration: line-through;
|
||||||
|
margin-right: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
ins.obsolete, ins.obsolete a {
|
||||||
|
color: darkGreen;
|
||||||
|
}
|
||||||
|
|
||||||
|
del.obsolete, del.obsolete a {
|
||||||
|
color: darkRed;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user