diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-06-21 16:00:11 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-06-21 16:00:11 +0200 |
commit | 035592c9a516471a83646742612ce1549fcabf59 (patch) | |
tree | 2c4e2628ec03eefcae110b7759a7faa03e4e741d | |
parent | f20ac60e7a5bf107f46e366852b5b620829a3b44 (diff) |
cgit: fix limit line-number styling to plaintext highlighted content (not rendered markdown)
-rw-r--r-- | cgit/web/local.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgit/web/local.scss b/cgit/web/local.scss index 776ffac..23879eb 100644 --- a/cgit/web/local.scss +++ b/cgit/web/local.scss @@ -2,12 +2,12 @@ @import 'cgit'; -div#cgit table.blob ol { +code > ol.hl { padding: 0; margin: 0; } -div#cgit table.blob li { +code > ol.hl > li.hl { height: 0; &::before { border-left: 1px solid grey; |