about summary refs log tree commit diff stats
path: root/cgit.css
diff options
context:
space:
mode:
authorEric Wong2019-01-01 11:44:50 +0000
committerJune McEnroe2022-02-13 11:53:45 -0500
commit122f7a9be6f41e90e198da8283d5630f217b251c (patch)
tree7e281f96c5d558ff3fa642f82eed54441205d79f /cgit.css
parentUse git raw note format (diff)
downloadcgit-122f7a9be6f41e90e198da8283d5630f217b251c.tar.gz
cgit-122f7a9be6f41e90e198da8283d5630f217b251c.zip
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 d4aadbf..ba210b4 100644 --- a/cgit.css +++ b/cgit.css
@@ -75,7 +75,7 @@ div#cgit table.tabs td {
75} 75}
76 76
77div#cgit table.tabs td a { 77div#cgit table.tabs td a {
78 padding: 2px 0.75em; 78 padding: 2px 0.25em;
79 color: #777; 79 color: #777;
80 font-size: 110%; 80 font-size: 110%;
81} 81}