Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
9 changes: 9 additions & 0 deletions doc/en/_themes/flask/static/flasky.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down