diff options
| author | jannfis <jann@mistrust.net> | 2020-12-20 20:39:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-20 20:39:10 +0100 |
| commit | 2efdbca23c61554c3b2bd5fea4e26083e123c562 (patch) | |
| tree | dfedada9aa971e3e0e53edb9fa34e87680d72d49 /docs/css | |
| parent | 4a7c10bfba8b3de2ace87c8c1798d87e82dd8afd (diff) | |
docs: Improve documentation (#134)
* docs: Improve documentation
* Spelling
* Spelling
Diffstat (limited to 'docs/css')
| -rw-r--r-- | docs/css/extra.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/css/extra.css b/docs/css/extra.css new file mode 100644 index 0000000..29f4d9a --- /dev/null +++ b/docs/css/extra.css @@ -0,0 +1,27 @@ +div.col-md-9 h1:first-of-type { + text-align: center; + font-size: 60px; + font-weight: 300; +} + +div.col-md-9>p:first-of-type { + text-align: center; +} + +div.col-md-9 p.admonition-title:first-of-type { + text-align: left; +} + +div.col-md-9 h1:first-of-type .headerlink { + display: none; +} + +code.no-highlight { + color: black; +} + +/* Definition List styles */ + +dd { + padding-left: 20px; +} |
