Skip to content

Commit 54e08b7

Browse files
authored
More CSS fine-tuning (#5604)
More CSS fine-tuning
2 parents 8f2f3bb + 0160631 commit 54e08b7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ Contribution getting started
55
Contributions are highly welcomed and appreciated. Every little help counts,
66
so do not hesitate!
77

8-
.. contents:: Contribution links
8+
.. contents::
99
:depth: 2
10+
:backlinks: none
1011

1112

1213
.. _submitfeedback:

doc/en/_themes/flask/static/flasky.css_t

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,15 @@ ul.simple li {
210210
margin-bottom: 0.5em;
211211
}
212212

213+
div.topic ul.simple li {
214+
margin-bottom: 0;
215+
}
216+
217+
div.topic li > p:first-child {
218+
margin-top: 0;
219+
margin-bottom: 0;
220+
}
221+
213222
div.admonition {
214223
background: #fafafa;
215224
padding: 10px 20px;

0 commit comments

Comments
 (0)