aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-04-13 11:39:27 +0100
committerGravatar Gareth Coles <[email protected]>2018-04-13 11:39:27 +0100
commit748ca5dff5b0b14f97248dc7d512d2d65d8e1d05 (patch)
tree34e8443df3572e1475fd3036f174289805cc9970
parentoops, what are you doing here? (diff)
Small styling fix for RST lists
-rw-r--r--static/style.css8
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