Use float values for pie graph calculation

This commit is contained in:
relikd
2020-09-14 23:19:20 +02:00
parent 6b2b94f845
commit 35f949cad4
3 changed files with 13 additions and 15 deletions

View File

@@ -101,7 +101,7 @@ td { padding: 0.2em 1em 0.2em 0.1em; }
.help-links tr:nth-child(even) { background: #DDD; }
.help-links tr:nth-child(odd) { background: #F9F9F9; }
.help-links .notyet { color: #D11; }
.help-links .done { color: #3AE48C; }
.help-links .done { color: #52C840; }
/* domain tags */
.tags { margin: 2em 0; }