diff options
| author | Eric Wong <e@80x24.org> | 2019-01-04 22:23:24 +0000 |
|---|---|---|
| committer | Rory& <root@rory.gay> | 2026-02-06 14:09:56 +0100 |
| commit | 967fc194e266426cbc397e88700abcd9b49aa0cd (patch) | |
| tree | 5b2e9ef95f7909e240cb058e3d72e3988d84f3ed | |
| parent | Improve decoration display for browsers without CSS (diff) | |
| download | cgit-magenta-967fc194e266426cbc397e88700abcd9b49aa0cd.tar.xz | |
Improve button spacing for browsers w/o CSS
For browsers on low-end machines running browsers without CSS support, the default tree view displayed "logplain" when it should be "log plain". Stop relying on CSS and add a space in between elements to improve accessibility.
| -rw-r--r-- | cgit.css | 1 | ||||
| -rw-r--r-- | ui-repolist.c | 2 | ||||
| -rw-r--r-- | ui-tree.c | 12 |
3 files changed, 11 insertions, 4 deletions
diff --git a/cgit.css b/cgit.css |
