From 197addc9ef3e4ad1a83364671ccc9b886e4943e4 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 17 Aug 2013 21:30:43 +0200 Subject: [PATCH] web: Unify css rules for tables. --- web/para.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/web/para.css b/web/para.css index abd68ffc..e14bd7d4 100644 --- a/web/para.css +++ b/web/para.css @@ -8,6 +8,15 @@ body { margin: 0px; } +table { + padding: 8px 4px; +} + +td { + padding: 2px 5px; + font-size: 100%; + vertical-align: top; +} caption { font-weight: bold } /* doxgen */ -- 2.30.2