summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.rst3
-rw-r--r--doc/en/_themes/flask/static/flasky.css_t9
2 files changed, 11 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 128df6661..5ef418e0b 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 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;