diff options
| -rw-r--r-- | cgit.css | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 { |
