Fix some spacing

This commit is contained in:
Joscha 2023-08-18 01:26:58 +02:00
parent 0cb06c8d98
commit 8f2dede80d
2 changed files with 14 additions and 5 deletions

View file

@ -9,8 +9,10 @@ body {
}
details,
ol,
p,
table,
p {
ul {
margin: 1em 0;
}
@ -56,8 +58,9 @@ details[open]>summary {
list-style-type: "v ";
}
details[open]>:last-child {
margin-bottom: 0;
ul,
ol {
list-style-type: "- ";
}
dl {
@ -148,6 +151,12 @@ nav a:hover {
color: #a33;
}
/* Refs */
.refs-list dl {
margin-bottom: 0;
}
/* Queue */
.queue-commits form {

View file

@ -6,7 +6,7 @@
<h2>Refs</h2>
<details open>
<details class="refs-list" open>
<summary>Tracked ({{ tracked_refs.len() }})</summary>
<form method="post" action="{{ link_admin_refs_untrack }}">
<dl>
@ -21,7 +21,7 @@
</form>
</details>
<details>
<details class="refs-list">
<summary>Untracked ({{ untracked_refs.len() }})</summary>
<form method="post" action="{{ link_admin_refs_track }}">
<dl>