diff options
Diffstat (limited to 'hyperkitty/static/css/hyperkitty-common.css')
-rw-r--r-- | hyperkitty/static/css/hyperkitty-common.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hyperkitty/static/css/hyperkitty-common.css b/hyperkitty/static/css/hyperkitty-common.css index 2fe6669..daa925e 100644 --- a/hyperkitty/static/css/hyperkitty-common.css +++ b/hyperkitty/static/css/hyperkitty-common.css @@ -16,6 +16,12 @@ list-style-type: none; } + +.pagination { + margin-top: 3em; +} + + /* from Bootstrap's alert class */ .errorlist { list-style-type: none; |