aboutsummaryrefslogtreecommitdiffstats
path: root/doc/_static/theme_overrides.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/_static/theme_overrides.css')
-rw-r--r--doc/_static/theme_overrides.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/_static/theme_overrides.css b/doc/_static/theme_overrides.css
index a1a61eae9..7f808783b 100644
--- a/doc/_static/theme_overrides.css
+++ b/doc/_static/theme_overrides.css
@@ -1,6 +1,6 @@
/* Change font sizes*/
html,body{font-size:98%;}
-p{font-size:95%}
+p{font-size:95%;margin-bottom:12px}
.wy-breadcrumbs li.wy-breadcrumbs-aside{font-size:95%}
.rst-versions{font-size:50%}
.rst-versions .rst-current-version {font-size: 165%}
@@ -62,4 +62,8 @@ div.wy-menu.rst-pro{display: none !important;max-width: 260px}
/* Set text justification in paragraphs and list items to fully justified [borrowed from PoC-Library]*/
.section p {text-align:justify;}
-.simple li {text-align:justify;} \ No newline at end of file
+.simple li {text-align:justify;}
+
+/*Reduce margin below lists*/
+.rst-content .section ul, .rst-content .toctree-wrapper ul, article ul {margin-bottom: 12px}
+.rst-content blockquote {margin-bottom: 12px;} \ No newline at end of file