Made tag list spacing more like it was before

It's still a few pixels off in some cases, but the difference is negligible now.
This commit is contained in:
im-mi
2016-09-06 22:05:34 -04:00
parent 5919112477
commit ab33652d70
7 changed files with 34 additions and 0 deletions

View File

@@ -9,4 +9,9 @@ TABLE.tag_list>THEAD {
}
TABLE.tag_list>TBODY>TR>TD {
display: inline;
padding: 0;
line-height: 1em;
}
TABLE.tag_list>TBODY>TR>TD:after {
content: " ";
}