Hid ls-mode info
authorCian Bagshaw <cian@cianb.xyz>
Sun, 28 Aug 2022 17:29:44 +0000 (18:29 +0100)
committerCian Bagshaw <cian@cianb.xyz>
Sun, 28 Aug 2022 17:29:44 +0000 (18:29 +0100)
The heading was already hidden, but the content wasn't

style.css

index ab8f966..5a7865f 100644 (file)
--- 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; }