diff options
Diffstat (limited to 'doc/manual/custom.css')
-rw-r--r-- | doc/manual/custom.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/manual/custom.css b/doc/manual/custom.css new file mode 100644 index 000000000..69d48d4a7 --- /dev/null +++ b/doc/manual/custom.css @@ -0,0 +1,7 @@ +h1:not(:first-of-type) { + margin-top: 1.3em; +} + +h2 { + margin-top: 1em; +} |