We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353bf29 commit a6ecf46Copy full SHA for a6ecf46
docs/stylesheets/extra.css
@@ -214,11 +214,16 @@ h3.cli-reference {
214
color: var(--md-accent-fg-color) !important;
215
}
216
217
-
218
/* Omit the first breadcrumb item, which is the "Introduction" */
219
.md-path__list > .md-path__item:first-of-type {
220
display: none;
221
222
.md-path__list > .md-path__item:nth-of-type(2):before {
223
224
+
225
+/* Hide the modified date — its positioning is awkward but will require theme
226
+modifications */
227
+.md-source-file__fact {
228
+ visibility: hidden;
229
+}
0 commit comments