diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index db2ae1b..501bf45 100644 --- a/static/style.css +++ b/static/style.css @@ -132,11 +132,12 @@ } .pagination { - margin: 4px; + margin: 4px 4px 12px 4px; } .pagination a { margin: 0 8px; + font-size: 13pt; } .notification-container { |