summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-03-22 18:56:30 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-03-22 18:56:30 -0400
commitbb0d4ad55cf1b343e6e6f20d9a65c5574f486b73 (patch)
treee1693eafd44f788935874b25f29584f701d2815d
parentb75aea56131787564c622b67f8869f9a5f0f6eae (diff)
downloadcgit-skin-bb0d4ad55cf1b343e6e6f20d9a65c5574f486b73.tar.gz
Pager
-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 {