From 0056cf25483efcf4df1e11fa22ac5a43e58c3a9f Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 31 Aug 2015 21:40:03 +0200 Subject: Space between rows in a table. --- style.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.scss b/style.scss index 0549abc..da50945 100644 --- a/style.scss +++ b/style.scss @@ -262,6 +262,11 @@ img { max-width: 108px; } +td, +th { + padding: 0 1em 0 0; +} + .inlinepage { border: 0; padding: 1em 5%; -- cgit v1.2.3