add support for post version queries

This commit is contained in:
r888888888
2016-06-21 13:14:27 -07:00
parent 145229c49f
commit 2ce86ecb8b
9 changed files with 87 additions and 1 deletions

View File

@@ -478,6 +478,10 @@ div#c-post-versions, div#c-artist-versions {
word-wrap: break-word
}
tr.hilite {
background: $highlight_color;
}
ins, ins a {
color: green;
text-decoration: none;