From 6871bbba1bdc4332cf68e1494e3c6f1615fefbcb Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Fri, 24 Feb 2017 19:00:45 +0100 Subject: Files in the root not capitalized. Second chapter ready for first review: Invoking reordered, some content moved to Command Reference, information compacted, command shortcuts added to titles. Known features which are missing in the doc added to TODOs or to Roadmap. Add export subsections to Using/Simulation Directory structure described in Building --- doc/_static/theme_overrides.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/_static') 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 -- cgit v1.2.3