From 421bf9d5b3087afb185d776a53bc90f973955df3 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 6 Jun 2013 16:53:53 +0200 Subject: Add search --- hyperkitty/static/css/hyperkitty-common.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hyperkitty/static/css/hyperkitty-common.css') 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; -- cgit