From 952da60cc630bd582fe72c7354f7a741dc139819 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 14 Nov 2021 20:16:01 +0100 Subject: [PATCH] web: Add horizontal space between table columns. This tweaks the style sheet to make the rows of the tables easier to read. It affects the topic list on the development page and the list of files on the doxygen API page. --- web/para.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/para.css b/web/para.css index 07267141..2043fbb7 100644 --- a/web/para.css +++ b/web/para.css @@ -6,7 +6,7 @@ body { } td { - padding: 2px 5px; + padding: 2px 10px 2px 10px; vertical-align: top; } -- 2.39.2