1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

Improve margins between sections

The default CSS puts almost no space between sections, but a lot of
space between subsections. This flips that around.
This commit is contained in:
Eelco Dolstra 2020-08-19 12:31:18 +02:00
parent 069340179e
commit 8a97b11374
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
3 changed files with 10 additions and 1 deletions

7
doc/manual/custom.css Normal file
View file

@ -0,0 +1,7 @@
h1:not(:first-of-type) {
margin-top: 1.3em;
}
h2 {
margin-top: 1em;
}