From 2d038c056c6f9c8fe092e8509de6ae37bba64359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Thu, 19 Sep 2019 09:17:21 +0200 Subject: [PATCH] wikipedia: improve styling --- style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index ed711028..00e01b75 100644 --- a/style.css +++ b/style.css @@ -353,8 +353,13 @@ a:active { margin-left: 0.5em; margin-bottom: 0.5em; } -.wikipedia div { +.wikipedia > h4 { + margin-top: 0.5em; + margin-bottom: 0.5em; +} +.wikipedia > div { text-align: justify; + margin-bottom: 0.5em; } #contentDetails h3 { border-bottom: 1px solid black;