Add service URLs, minor css edits
This commit is contained in:
parent
13394200a0
commit
1a56a66df3
2 changed files with 27 additions and 14 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue