]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
web: Add horizontal space between table columns.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 14 Nov 2021 19:16:01 +0000 (20:16 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 10 Feb 2022 15:52:51 +0000 (16:52 +0100)
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

index 07267141bc0245bd32727a8bcd410df40d527cb6..2043fbb70b2afdf9ef243200920910bf564f2a1e 100644 (file)
@@ -6,7 +6,7 @@ body {
 }
 
 td {
-       padding: 2px 5px;
+       padding: 2px 10px 2px 10px;
        vertical-align: top;
 }