Add grey border around color-block

Fixes #3184
This commit is contained in:
Brian Candler 2019-05-20 21:06:53 +01:00
parent e19feb92ea
commit 4313a717c4

View File

@ -559,6 +559,7 @@ table.report th a {
.color-block {
display: block;
width: 80px;
border: 1px solid grey;
}
.text-nowrap {
white-space: nowrap;