about summary refs log tree commit
path: root/cgit.css
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-01-01 08:27:36 +0000
committerEric Wong <e@80x24.org>2019-04-22 02:34:37 +0000
commitd501a989f82462879e953a537d57d35bc3fff570 (patch)
tree6151db3ebad2f2349685dfa7921fa6ad66abaf89 /cgit.css
parent6a0cc29a3a1cfb4caee51e1bae1640375fee7d0e (diff)
downloadcgit-d501a989f82462879e953a537d57d35bc3fff570.tar.gz
ui-shared: 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.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index d4aadbf..8c313e2 100644
--- a/cgit.css
+++ b/cgit.css
@@ -75,7 +75,6 @@ div#cgit table.tabs td {
 }
 
 div#cgit table.tabs td a {
-        padding: 2px 0.75em;
         color: #777;
         font-size: 110%;
 }