add post count to pool listing

This commit is contained in:
albert
2013-02-23 17:17:46 -05:00
parent eb08c12998
commit b2fc148956
2 changed files with 9 additions and 1 deletions

View File

@@ -19,6 +19,10 @@ table.striped {
}
}
.number {
text-align: right;
}
thead {
tr {
border-bottom: 2px solid #666;