move coin.ec and coin.check to div context
This commit is contained in:
parent
88dedfa6d3
commit
db88488c26
@ -106,11 +106,11 @@ td.year-complete {
|
|||||||
background-color: green;
|
background-color: green;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.ec {
|
div.ec {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.check {
|
div.check {
|
||||||
color: green;
|
color: green;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
<td class="{{ coin.kms }} {{ coin.rare }} {{ coin.noexist }} {{ coin.brass }} {{ coin.ec }} {{ coin.check }}"><div class="{{ coin.found }} {{ coin.found_by }}">{% if coin.found %}x{% endif %}</div></td>
|
<td class="{{ coin.kms }} {{ coin.rare }} {{ coin.noexist }} {{ coin.brass }}"><div class="{{ coin.found }} {{ coin.found_by }} {{ coin.ec }} {{ coin.check }}">{% if coin.found %}x{% endif %}</div></td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user