diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 128df666144..5ef418e0b5c 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -5,8 +5,9 @@ Contribution getting started Contributions are highly welcomed and appreciated. Every little help counts, so do not hesitate! -.. contents:: Contribution links +.. contents:: :depth: 2 + :backlinks: none .. _submitfeedback: diff --git a/doc/en/_themes/flask/static/flasky.css_t b/doc/en/_themes/flask/static/flasky.css_t index 18bc9491ed9..ad23acf289b 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;