style tweaks for tag listing

This commit is contained in:
albert
2011-10-15 16:42:16 -04:00
parent d324f4a071
commit 054c7795a7
2 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
div#c-tags {
div#a-index {
td:nth-child(1), th:nth-child(1) {
width: 5em;
text-align: right;
}
td:nth-child(2), th:nth-child(2) {
padding-left: 1em;
width: 40em;
}
}
}