From 8bbea259ef75f3cb43a37fd7e3d49b601061a9f1 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 17 Dec 2014 10:28:31 +0100 Subject: [PATCH] Fix the page numbers at the bottom of the pages --- roles/cgit/base/files/fedora-style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/cgit/base/files/fedora-style.css b/roles/cgit/base/files/fedora-style.css index 7a021f8ca8..4c84e483e7 100644 --- a/roles/cgit/base/files/fedora-style.css +++ b/roles/cgit/base/files/fedora-style.css @@ -223,3 +223,8 @@ table.list td a.ls-dir { color: #0000FF; font-weight: bold; } + +.pager li { + display: inline; + margin-left: 4px; +}