tags: adjust post count style on /tags index.

Make the /tags index display post counts the same way as they're
displayed in regular tag lists (to the right of the tag, and greyed
out).
This commit is contained in:
evazion
2021-02-16 02:55:50 -06:00
parent 99fd0a585d
commit 5be2d420f6
2 changed files with 6 additions and 12 deletions

View File

@@ -1,7 +0,0 @@
div#c-tags {
div#a-index table.striped {
td:nth-child(1), th:nth-child(1) {
text-align: right;
}
}
}