diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-06-21 14:43:31 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-06-21 14:43:31 +0200 |
commit | 42b9ab87179fcb0ec31c0f749736f3fae64a4198 (patch) | |
tree | 07b893f49103805cf2bc7b8cb7ddbd81fc3ceb55 | |
parent | c96c8c9e51fe43fe82f84b85923713ac493bc029 (diff) |
cgit: strip padding+margin of tag ol
-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; } |