diff --git a/CHANGELOG.md b/CHANGELOG.md index d3c9c2b8e..41269a14f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ - Added `gitRevision:short` placeholder option to `--sourceLinkTemplate` option, #2529. Links generated by TypeDoc will now default to using the non-short git revision. +- Moved "Generated by TypeDoc" footer into a ` + ); } diff --git a/static/style.css b/static/style.css index 072daed85..778b94927 100644 --- a/static/style.css +++ b/static/style.css @@ -327,17 +327,14 @@ dd { } /* Footer */ -.tsd-generator { +footer { border-top: 1px solid var(--color-accent); padding-top: 1rem; padding-bottom: 1rem; max-height: 3.5rem; } - -.tsd-generator > p { - margin-top: 0; - margin-bottom: 0; - padding: 0 1rem; +.tsd-generator { + margin: 0 1em; } .container-main {