From dd5aa1e2411bfb5a4644b5f28746812bdf7cc6ed Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Sun, 17 Jan 2016 19:02:08 +0000 Subject: [PATCH] Restore padding in pagination links, now it uses css (#120) --- css/tables.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/tables.css b/css/tables.css index 35b31fd09..cb8bc5d3a 100644 --- a/css/tables.css +++ b/css/tables.css @@ -132,4 +132,9 @@ table.innertable tbody tr td .totals table tr:last-child td { font-weight: bold; +} + +#pagination a, strong +{ + padding: 2px 3px; } \ No newline at end of file