summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgit.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index 57c90f7..69270e2 100644
--- a/cgit.css
+++ b/cgit.css
@@ -219,9 +219,21 @@ body {
*/
+#cgit .pager {
+ list-style: none;
+ padding: 0;
+ margin: 0.5em 0;
+}
+
+#cgit .pager li {
+ display: inline-block;
+ margin-right: 0.5em;
+}
+
#cgit .list {
border-collapse: collapse;
width: 100%;
+ white-space: nowrap;
}
#cgit .list .commitgraph {