From 12374fc6cfa373de08546342fbbbfc19df554adb Mon Sep 17 00:00:00 2001 From: Spreadyy Date: Sat, 22 Oct 2016 23:07:16 +0200 Subject: [PATCH] fix top margin --- www/qute.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/qute.css b/www/qute.css index 1dead1aa2..676099f59 100644 --- a/www/qute.css +++ b/www/qute.css @@ -13,6 +13,10 @@ p { margin: 6px 0; } +#preamble > .sectionbody > .paragraph > p { + margin: 0; +} + #header { display: none; }