From 967fc194e266426cbc397e88700abcd9b49aa0cd Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 4 Jan 2019 22:23:24 +0000 Subject: 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. --- cgit.css | 1 - 1 file changed, 1 deletion(-) (limited to 'cgit.css') diff --git a/cgit.css b/cgit.css index 7dd043c..1fbab2e 100644 --- a/cgit.css +++ b/cgit.css @@ -580,7 +580,6 @@ div#cgit table.list td.reposection { div#cgit a.button { font-size: 80%; - padding: 0em 0.5em; } div#cgit a.primary { -- cgit 1.5.1