To orient the reader, add "borgmatic" to the top of each documentation page.

This commit is contained in:
Dan Helfman 2019-10-31 22:04:38 -07:00
parent bd3c51fc5a
commit 589fc30fc8
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,4 @@
<header class="elv-layout elv-layout-full elv-header{% if headerClass %} {{ headerClass }}{% endif %}"> <header class="elv-layout elv-layout-full elv-header{% if headerClass %} {{ headerClass }}{% endif %}">
<h1 class="elv-hed">{{ title | safe }}</h1> {% if page.url != '/' %}<h3><a href="https://torsion.org/borgmatic/">borgmatic</a></h3>{% endif %}
<h1 class="elv-hed">{{ title | safe }}</h1>
</header> </header>

View File

@ -165,7 +165,6 @@ ul {
} }
li { li {
padding: .25em 0; padding: .25em 0;
line-height: 1.5;
} }
li ul { li ul {
margin: .5em 0; margin: .5em 0;