Factor out <ins>/<del> css from #c-post-versions to .diff-list.

This commit is contained in:
evazion
2017-05-20 12:07:47 -05:00
parent 6475b98c46
commit 9bf85ee2b3
7 changed files with 51 additions and 33 deletions

View File

@@ -0,0 +1,9 @@
@import "../common/000_vars.scss";
div#c-post-versions {
div#a-index {
tr.hilite {
background: $highlight_color;
}
}
}