diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-08-19 23:57:43 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-19 23:57:43 -0600 |
| commit | 3ea2aa4d177b27a70b486e2e028ba3ee2bc5b933 (patch) | |
| tree | e0316e0b855a5c7759580dfe328e89e62309dcd3 /docs | |
| parent | b0711db84fbfb4eca461bd8c8e566edaf0371534 (diff) | |
resolves #1210 allow theme to control min height required after section (PR #1220)
- allow theme to control min height required after section to keep on same page
- don't shift section to next page if requirement isn't met and section is empty
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/theming-guide.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/theming-guide.adoc b/docs/theming-guide.adoc index a2cb2e13..ee2e9f5b 100644 --- a/docs/theming-guide.adoc +++ b/docs/theming-guide.adoc @@ -1431,6 +1431,12 @@ The keys in this category control the style of most headings, including part tit |heading: margin-bottom: 9.6 +|min-height-after +|<<measurement-units,Measurement>> + +(default: $base-font-size * $base-line-height * 1.5) +|heading: + min-height-after: 0.5in + |chapter-break-before |always {vbar} auto + (default: always) |
