diff --git a/docs/_static/css/site.scss b/docs/_static/css/site.scss index 9511860..4ab49f9 100644 --- a/docs/_static/css/site.scss +++ b/docs/_static/css/site.scss @@ -180,6 +180,14 @@ main { margin-top: 0; } + p + p { + margin-top: 1em; + } + + p + p:last-child { + margin-top: 0; + } + li { list-style-type: none; } @@ -275,7 +283,7 @@ main { pre, code { color: rgb(77, 77, 76); font-size: 12px; - font-family: Monaco, Menlo, Consolas, monospaced; + font-family: Monaco, Menlo, Consolas, monospace; } .highlight { diff --git a/docs/index.html b/docs/index.html index 1664e0a..360cafe 100644 --- a/docs/index.html +++ b/docs/index.html @@ -50,6 +50,10 @@ #isso on Freenode or open an issue on GitHub.

+

+ Or join the mailing list, + just send an email to isso@librelist.com. +

{% include "searchbox.html" %}