* Adding files to address issue 3014.
* Fixing indentation in support/docs/default.css.
* [ fix ] li needs to be a direct child of an lu node
Cf. https://validator.w3.org/
* [ css ] prettier output
TODO: add a common.css for these shared parts?
* [ fix ] missing closing brace
* [ lint ] alignment, whitespace
---------
Co-authored-by: Guillaume Allais <guillaume.allais@ens-lyon.org>
As a relict of the REPL output, several `<br>` tags where introduced,
where they are not needed or even permitted. This led to some spacing
issues (sometimes the docstring was closer to the next term than to the
one above that it actually described).
To counter the removed forced newlines, some extra margin is added below
each declaration.
As a side-effect, this also makes the W3 "Nu Html Checker" happy.