This commit is contained in:
albert
2013-03-08 17:18:06 -05:00
parent 733c64ff2a
commit b8e5ba9098
2 changed files with 16 additions and 8 deletions

View File

@@ -2,4 +2,12 @@ div#c-post-flags {
li {
list-style-type: disc;
}
tr.resolved-true {
background: #DDD !important;
}
tr.resolved-false {
background: #FFF !important;
}
}