Show error counter in bold red if it's greater than zero

This commit is contained in:
2016-01-10 19:47:30 +03:00
parent d9717e60c9
commit 38171549fb
2 changed files with 10 additions and 1 deletions
+4
View File
@@ -25,6 +25,10 @@ body {
text-align: right;
font-family: monospace;
}
.table-cell.attn {
font-weight: 600;
color: red;
}
.table-cell.col-name {
width: 350px;
text-align: left;