add configurable git clone URL

This commit is contained in:
Trevor Bentley
2023-01-14 20:58:39 +01:00
parent 0899d5146c
commit 5191a96b14
6 changed files with 53 additions and 9 deletions
+10 -3
View File
@@ -218,9 +218,6 @@ div.summary-header {
border-bottom: solid 1px var(--borderdark);
border-radius: 10px 10px 0 0;
}
div.summary-header.commit {
margin-top: 0rem;
}
div.full-header {
color: var(--offwhite);
letter-spacing: 0.05em;
@@ -337,3 +334,13 @@ div.commit-page span.del {
font-size: 0.9rem;
}
}
table.clone-url {
width: 100%;
}
table.clone-url td.field {
font-weight: bold;
width: 8rem;
}
table.clone-url td.value {
text-align: left;
}