From d4384e6a44a1082fc3b3ff78f8f1df76ac158232 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 1 Jan 2019 11:44:50 +0000 Subject: Improve pageheader display on text-based browsers Text-based browsers (and some GUI browsers such as dillo) display the pageheader as: "summaryrefslogtreecommitdiff" This is difficult-to-read. Improve accessibility for users who cannot run memory-hungry browsers by using whitespace instead of relying on CSS. --- cgit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgit.css') diff --git a/cgit.css b/cgit.css index 1b848cf..d9b57f9 100644 --- a/cgit.css +++ b/cgit.css @@ -75,7 +75,7 @@ div#cgit table.tabs td { } div#cgit table.tabs td a { - padding: 2px 0.75em; + padding: 2px 0.25em; color: #777; font-size: 110%; } -- cgit 1.5.1