From c6078b8b006bcb0671a3c1bc21dd1a2c01035a2e Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sat, 3 May 2008 10:54:39 +0200 Subject: Add a pager on the repolist This enables a pager on the repolist which restricts the number of entries displayed per page, controlled by the new option `max-repo-count` (default value 50). Signed-off-by: Lars Hjemli --- cgit.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'cgit.css') diff --git a/cgit.css b/cgit.css index 30cb8e6..d57722c 100644 --- a/cgit.css +++ b/cgit.css @@ -413,6 +413,16 @@ table.list td.sublevel-repo { padding-left: 1.5em; } +div.pager { + text-align: center; + margin: 1em 0em 0em 0em; +} + +div.pager a { + color: #777; + margin: 0em 0.5em; +} + span.age-mins { font-weight: bold; color: #080; -- cgit v1.2.3-24-g4f1b