From 01606315aaf6e7b1764f627bf1fb2d142b5fe3d5 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Mon, 15 Jul 2019 13:40:30 +0200 Subject: More CSS fine-tuning --- doc/en/_themes/flask/static/flasky.css_t | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/en/_themes/flask/static/flasky.css_t') diff --git a/doc/en/_themes/flask/static/flasky.css_t b/doc/en/_themes/flask/static/flasky.css_t index 18bc9491e..ad23acf28 100644 --- a/doc/en/_themes/flask/static/flasky.css_t +++ b/doc/en/_themes/flask/static/flasky.css_t @@ -210,6 +210,15 @@ ul.simple li { margin-bottom: 0.5em; } +div.topic ul.simple li { + margin-bottom: 0; +} + +div.topic li > p:first-child { + margin-top: 0; + margin-bottom: 0; +} + div.admonition { background: #fafafa; padding: 10px 20px; -- cgit v1.2.3