diff options
author | 2018-04-13 11:39:27 +0100 | |
---|---|---|
committer | 2018-04-13 11:39:27 +0100 | |
commit | 748ca5dff5b0b14f97248dc7d512d2d65d8e1d05 (patch) | |
tree | 34e8443df3572e1475fd3036f174289805cc9970 /static | |
parent | oops, what are you doing here? (diff) |
Small styling fix for RST lists
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 011fab21..86dfd6ee 100644 --- a/static/style.css +++ b/static/style.css @@ -117,4 +117,12 @@ footer div.uk-section div.uk-text-center { .uk-navbar-container { padding-left: 40px; padding-right: 40px; +} + +/* +Rendered document fixes + */ + +.document li p { + margin-bottom: 0; }
\ No newline at end of file |