Skip to content

Commit

Permalink
More CSS fine-tuning (#5604)
Browse files Browse the repository at this point in the history
More CSS fine-tuning
  • Loading branch information
nicoddemus authored Jul 15, 2019
2 parents 8f2f3bb + 0160631 commit 54e08b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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

0 comments on commit 54e08b7

Please sign in to comment.