diff --git a/.docs/Reference.html b/.docs/Reference.html
index 6b830bc..26c7647 100644
--- a/.docs/Reference.html
+++ b/.docs/Reference.html
@@ -35,13 +35,8 @@
diff --git a/.docs/css/theme.css b/.docs/css/theme.css
index 8498e72..462f70b 100644
--- a/.docs/css/theme.css
+++ b/.docs/css/theme.css
@@ -419,16 +419,23 @@ footer {
padding: 0;
list-style-type: none;
word-wrap: anywhere;
+ display: flex;
+ flex-direction: column;
+}
+.command-list > li {
+ margin: 0.25em 0;
}
.command-list > li > a {
text-decoration: none;
+ padding: 0;
}
.command-list.coloured code { background: var(--cat-colour); }
.command-list code {
display: block;
padding: 0.5em;
box-sizing: border-box;
- margin: 0.5em 0;
+ /* margin: 0.5em 0; */
+ margin: 0 0;
}
.filterable {