From d26989c791fc8af686619457925bf7391944f316 Mon Sep 17 00:00:00 2001 From: Ed Ward Date: Sun, 26 Mar 2017 18:13:46 +0200 Subject: [PATCH] Table line-height corrected --- source/css/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/css/app.css b/source/css/app.css index 1a21573..84cefd0 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -85,8 +85,7 @@ body { #content p, #content li, #content dt, -#content dd, -#content table { +#content dd { line-height: 2em; } @@ -130,6 +129,7 @@ body { padding: 0; font-weight: normal; text-align: left; + line-height: 2ex; } #content table tr { -- 2.37.2