diff options
author | Andrey Makarov <ph.makarov@gmail.com> | 2021-03-02 18:41:10 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 16:41:10 +0100 |
commit | 02f446405865408f22c4e7f2dbc3ccb842328aee (patch) | |
tree | f46ba0a40a01350f1a391f5db7c37bd3c64417db /nimdoc | |
parent | a0daa7a76df48d266363119c18f967c583a7ef67 (diff) | |
download | Nim-02f446405865408f22c4e7f2dbc3ccb842328aee.tar.gz |
RST heading improvements (fix #17091) (#17195)
Diffstat (limited to 'nimdoc')
-rw-r--r-- | nimdoc/testproject/expected/nimdoc.out.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nimdoc/testproject/expected/nimdoc.out.css b/nimdoc/testproject/expected/nimdoc.out.css index b3595d891..db9a7ce97 100644 --- a/nimdoc/testproject/expected/nimdoc.out.css +++ b/nimdoc/testproject/expected/nimdoc.out.css @@ -384,6 +384,7 @@ h2 { margin-top: 2em; } h2.subtitle { + margin-top: 0em; text-align: center; } h3 { |