From 6400dd1afdc4b59fdaf2aac02cbac98a4b18017d Mon Sep 17 00:00:00 2001 From: nobody Date: Sun, 17 Oct 2021 07:43:43 +0200 Subject: [PATCH] Changelog visually improved --- pages/updates/updates.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/pages/updates/updates.css b/pages/updates/updates.css index e8debeb9..7ce559fe 100644 --- a/pages/updates/updates.css +++ b/pages/updates/updates.css @@ -6,9 +6,17 @@ display: none; } +#history-release-notes > p { + margin-bottom: 0; +} + #history-release-notes > ul { - border-bottom: 1px solid #ccc; - padding-bottom: 20px; + margin: 0; +} + +.release-date:not(:first-child) { + border-top: 1px solid #ccc; + padding-top: 20px; } input[type=radio] { @@ -54,7 +62,3 @@ input[type=radio], label { font-weight: bold; margin: 0; } - -.release-notes-area > ul { - margin: 0 0 20px 0; -}