diff --git a/docs-standalone/docs/_assets/user.css b/docs-standalone/docs/_assets/user.css index 1106a6e9..18a03f81 100644 --- a/docs-standalone/docs/_assets/user.css +++ b/docs-standalone/docs/_assets/user.css @@ -10,13 +10,13 @@ display: none; } -/*.md-header,*/ .md-footer { +/*.md-header,*/ .md-footer, +.md-footer-meta { background-color: #333333; } -.md-footer__inner.md-grid { - display: none; -} +/* Zensical keeps footer content in the inner/meta containers. + Don't hide footer structure, only style it. */ .md-sidebar { padding-top: 0px; @@ -77,4 +77,4 @@ ol li::marker { font-weight: bold; -} \ No newline at end of file +} diff --git a/docs/_assets/user.css b/docs/_assets/user.css index 1106a6e9..18a03f81 100644 --- a/docs/_assets/user.css +++ b/docs/_assets/user.css @@ -10,13 +10,13 @@ display: none; } -/*.md-header,*/ .md-footer { +/*.md-header,*/ .md-footer, +.md-footer-meta { background-color: #333333; } -.md-footer__inner.md-grid { - display: none; -} +/* Zensical keeps footer content in the inner/meta containers. + Don't hide footer structure, only style it. */ .md-sidebar { padding-top: 0px; @@ -77,4 +77,4 @@ ol li::marker { font-weight: bold; -} \ No newline at end of file +}