From: Andre Noll Date: Sun, 14 Nov 2021 19:16:01 +0000 (+0100) Subject: web: Add horizontal space between table columns. X-Git-Tag: v0.7.0~1^2 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;ds=sidebyside;h=952da60cc630bd582fe72c7354f7a741dc139819;hp=bca364535b11df98e85b9bc785d1d71733d11ad8;p=paraslash.git 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. --- 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; }