diff options
Diffstat (limited to 'cgit')
-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; |