add README

This commit is contained in:
Trevor Bentley
2023-01-14 23:43:59 +01:00
parent 5191a96b14
commit 8185721f94
3 changed files with 207 additions and 1 deletions
+15
View File
@@ -265,6 +265,7 @@ div.file-contents {
background-color: var(--offwhite);
font-size: 1rem;
overflow: visible;
padding: 0 0.5em 0 0.5em;
}
div.commit-page, div.branch-page, div.tag-page {
background-color: var(--offwhite);
@@ -344,3 +345,17 @@ table.clone-url td.field {
table.clone-url td.value {
text-align: left;
}
div.file-contents pre {
background-color: var(--offerwhite);
padding: 0.2em 0.5em 0.2em 0.5em;
}
div.file-contents table {
border-collapse: true;
font-size: 1rem;
}
div.file-contents table th {
border-bottom: 1px solid;
}
div.file-contents table td {
padding: 0.2em 0.5em 0.2em 0.5em;
}