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:
parent
069340179e
commit
8a97b11374
3 changed files with 10 additions and 1 deletions
7
doc/manual/custom.css
Normal file
7
doc/manual/custom.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
h1:not(:first-of-type) {
|
||||
margin-top: 1.3em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 1em;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue