More CSS fine-tuning

This commit is contained in:
Tim Hoffmann 2019-07-15 13:40:30 +02:00
parent 8f2f3bb1fa
commit 01606315aa
2 changed files with 11 additions and 1 deletions

View File

@ -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:

View File

@ -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;