From: Cian Bagshaw Date: Sun, 28 Aug 2022 17:29:44 +0000 (+0100) Subject: Hid ls-mode info X-Git-Url: https://tests.cianb.xyz/?a=commitdiff_plain;h=5ce550f09ba470880b159585de45f68baeb93dc5;p=cgitWiz Hid ls-mode info The heading was already hidden, but the content wasn't --- 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; }