From 5ce550f09ba470880b159585de45f68baeb93dc5 Mon Sep 17 00:00:00 2001 From: Cian Bagshaw Date: Sun, 28 Aug 2022 18:29:44 +0100 Subject: [PATCH] Hid ls-mode info The heading was already hidden, but the content wasn't --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index ab8f966..5a7865f 100644 --- a/style.css +++ b/style.css @@ -155,7 +155,8 @@ div#cgit table.list tr.nohover:hover { background: transparent; } div#cgit table.list tr.nohover { background: transparent; } /* hide file permission mode data */ -div#cgit table.list[summary="tree listing"] tr th:nth-child(1) { display: none; } +div#cgit table.list[summary="tree listing"] tr th:nth-child(1) { display: none; } +div#cgit table.list[summary="tree listing"] tr td.ls-mode { display:none; } /* hide owner (redundant) */ div#cgit table.list a[href="/?s=owner"] { display: none; } -- 2.20.1