Add server info to frontpage and some other stuff (favicon)
This commit is contained in:
parent
9ea24b4167
commit
85490073ee
7 changed files with 66 additions and 7 deletions
|
|
@ -106,6 +106,19 @@ table.services tr td:last-child {
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
table.system-info {
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
table.system-info td {
|
||||
padding: 0 1em 0 0;
|
||||
}
|
||||
|
||||
table.system-info tr td:first-child {
|
||||
padding-right: 0.5em;
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
.page-container {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 250px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue