Restore padding in pagination links, now it uses css (#120)

This commit is contained in:
FrancescoUK
2016-01-17 19:02:08 +00:00
parent 5df62610d2
commit dd5aa1e241

View File

@@ -132,4 +132,9 @@ table.innertable tbody tr td
.totals table tr:last-child td
{
font-weight: bold;
}
#pagination a, strong
{
padding: 2px 3px;
}