aboutsummaryrefslogtreecommitdiffstats
path: root/doc/_static
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2017-02-24 19:00:45 +0100
committertgingold <tgingold@users.noreply.github.com>2017-12-10 12:02:05 +0100
commit6871bbba1bdc4332cf68e1494e3c6f1615fefbcb (patch)
tree11312327321a34dee990a575bf3eaaa2df8cdd0c /doc/_static
parent1a38eff0e9f9814f5d0615e238544fac62d2f1f3 (diff)
downloadghdl-6871bbba1bdc4332cf68e1494e3c6f1615fefbcb.tar.gz
ghdl-6871bbba1bdc4332cf68e1494e3c6f1615fefbcb.tar.bz2
ghdl-6871bbba1bdc4332cf68e1494e3c6f1615fefbcb.zip
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
Diffstat (limited to 'doc/_static')
-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