summaryrefslogtreecommitdiff
path: root/doc/en/_themes/flask/static/flasky.css_t
diff options
context:
space:
mode:
authorTim Hoffmann <2836374+timhoffm@users.noreply.github.com>2019-07-15 13:40:30 +0200
committerTim Hoffmann <2836374+timhoffm@users.noreply.github.com>2019-07-15 13:40:30 +0200
commit01606315aaf6e7b1764f627bf1fb2d142b5fe3d5 (patch)
treeba928068bacf8f51e6c860d35b3f301a8461858c /doc/en/_themes/flask/static/flasky.css_t
parent8f2f3bb1fa9b19b6b282bb97a887b534d94fab28 (diff)
downloadpytest-01606315aaf6e7b1764f627bf1fb2d142b5fe3d5.tar.gz
More CSS fine-tuning
Diffstat (limited to 'doc/en/_themes/flask/static/flasky.css_t')
-rw-r--r--doc/en/_themes/flask/static/flasky.css_t9
1 files changed, 9 insertions, 0 deletions
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;