diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 79cb0b712..9a77787d1 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -214,7 +214,6 @@ h3.cli-reference { color: var(--md-accent-fg-color) !important; } - /* Omit the first breadcrumb item, which is the "Introduction" */ .md-path__list > .md-path__item:first-of-type { display: none; @@ -222,3 +221,9 @@ h3.cli-reference { .md-path__list > .md-path__item:nth-of-type(2):before { display: none; } + +/* Hide the modified date — its positioning is awkward but will require theme +modifications */ +.md-source-file__fact { + visibility: hidden; +}