This commit is contained in:
3
docs/overrides/hide-titles.css
Normal file
3
docs/overrides/hide-titles.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.md-content h1:first-of-type {
|
||||
display: none;
|
||||
}
|
||||
3
docs/overrides/hide-toc.css
Normal file
3
docs/overrides/hide-toc.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.md-sidebar--secondary {
|
||||
display: none;
|
||||
}
|
||||
@@ -15,14 +15,3 @@
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.page-meta {
|
||||
font-size: 0.8em;
|
||||
color: #888;
|
||||
margin-top: 2em;
|
||||
border-top: 1px solid #ccc;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.md-content h1:first-of-type {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user