css: remove nowrap in table.list, decrease div.content margin
la-ninpre leobrekalini@gmail.com
Fri, 02 Apr 2021 21:41:48 +0300
1 files changed,
2 insertions(+),
6 deletions(-)
jump to
M
cgit.css
→
cgit.css
@@ -131,7 +131,7 @@ }
div#cgit div.content { margin: 0px; - padding: 2em; + padding: 1em; border-bottom: solid 3px #c4c4c4; }@@ -190,7 +190,7 @@ }
div#cgit table.list td { border: none; - padding: 0.1em 0.5em 0.1em 0.5em; + padding: 0.25em; } div#cgit table.list td.commitgraph {@@ -408,10 +408,6 @@ font-family: monospace;
white-space: pre; border-left: solid 1px #777; padding: 0em 1em; -} - -div#cgit table.nowrap td { - white-space: nowrap; } div#cgit table.commit-info {