all repos — cgit @ 6c5d4fefac1364a38686133862d5a128ec0fb944

a hyperfast web frontend for git written in c

css: remove nowrap in table.list, decrease div.content margin
la-ninpre leobrekalini@gmail.com
Fri, 02 Apr 2021 21:41:48 +0300
commit

6c5d4fefac1364a38686133862d5a128ec0fb944

parent

316ddeb74f1edcaf4c79f0249e4a8d78ea938821

1 files changed, 2 insertions(+), 6 deletions(-)

jump to
M cgit.csscgit.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 {