From 42b9ab87179fcb0ec31c0f749736f3fae64a4198 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 21 Jun 2020 14:43:31 +0200 Subject: cgit: strip padding+margin of tag ol --- cgit/web/local.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cgit/web/local.scss b/cgit/web/local.scss index 0215234..46b9ba1 100644 --- a/cgit/web/local.scss +++ b/cgit/web/local.scss @@ -2,6 +2,11 @@ @import 'cgit'; +div#cgit table.blob ol { + padding: 0; + marging: 0; +} + div#cgit table.blob li { height: 0; } -- cgit v1.2.3