Add service URLs, minor css edits

This commit is contained in:
floppydiskette 2024-08-13 20:35:06 +01:00
commit 1a56a66df3
No known key found for this signature in database
2 changed files with 27 additions and 14 deletions

View file

@ -63,7 +63,7 @@ p, ul, pre {
}
ul.members li {
text-indent: 0em;
text-indent: 0;
}
ul.members li:before {
@ -123,8 +123,8 @@ table.system-info tr td:first-child {
display: grid;
grid-template-columns: 1fr 250px;
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
grid-column-gap: 0;
grid-row-gap: 0;
}
.page-container > div {
@ -141,3 +141,7 @@ table.system-info tr td:first-child {
border: none;
border-top: 2px solid gray;
}
small {
line-height: 0;
}