From 33643222dec88efcd643b8a975ef411429a10ec5 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 28 Sep 2017 14:13:54 +0530 Subject: [PATCH] docs: Add spacing between list items in body text. --- docs/_static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_static/style.css b/docs/_static/style.css index d42f3c0d..b01e1476 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -2,3 +2,7 @@ div.figure { padding: 0; } + +div.body li { + margin-bottom: 0.5em; +}