about summary refs log tree commit diff
path: root/cgit.css
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-01-01 11:44:50 +0000
committerRory& <root@rory.gay>2025-03-12 06:30:30 +0100
commit264f3b87e7ee34f9f6c15b52bcecfdfc7f4cf055 (patch)
treeba9d3b6fe22f5792f67e182793500b13f3102246 /cgit.css
parentAdd "this commit" option to switch form (diff)
downloadcgit-magenta-264f3b87e7ee34f9f6c15b52bcecfdfc7f4cf055.tar.xz
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.
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css2
1 files changed, 1 insertions, 1 deletions
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%; }