Update CSS "Main" from version "12.0.0-beta.1" to "12.0.1-beta.1"

This commit is contained in:
inference 2024-03-05 01:02:54 +00:00
parent 4afa219041
commit d7ecd1920c
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,5 +1,5 @@
/* Inferencium - Website - CSS - Main */
/* Version: 12.0.0-beta.1 */
/* Version: 12.0.1-beta.1 */
/* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */
@ -124,6 +124,10 @@ td.desc {
text-align: left;
}
td.desc-small {
text-align: left;
}
td.green {
background-color: #00a70a
}
@ -132,6 +136,18 @@ td.red {
background-color: #e50000;
}
colgroup col.small {
width: 10%;
}
colgroup col.med {
width: 15%;
}
colgroup col.lrg {
width: 65%;
}
/* Image */
img.avatar {
@ -258,6 +274,14 @@ div.sitemap-small {
text-align: center;
}
table {
width: 200vw;
}
table.lrg {
width: 300vw;
}
}