diff options
-rw-r--r-- | cgit/web/local.scss | 5 |
1 files changed, 5 insertions, 0 deletions
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; } |