add option to link directly to readme

This commit is contained in:
Trevor Bentley
2023-01-15 00:39:11 +01:00
parent 8185721f94
commit 276b8a01e7
5 changed files with 41 additions and 5 deletions
+4 -4
View File
@@ -335,14 +335,14 @@ div.commit-page span.del {
font-size: 0.9rem;
}
}
table.clone-url {
table.links {
width: 100%;
}
table.clone-url td.field {
table.links td.field {
font-weight: bold;
width: 8rem;
width: 10rem;
}
table.clone-url td.value {
table.links td.value {
text-align: left;
}
div.file-contents pre {