Switch from global "td-desc" class selector to "td.td-desc"

This commit is contained in:
inference 2023-11-20 01:45:46 +00:00
parent 8737d4e37d
commit af026507b9
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,5 +1,5 @@
/* Inferencium - Website - CSS */ /* Inferencium - Website - CSS */
/* Version: 11.2.0-alpha.1 */ /* Version: 11.2.0-alpha.2 */
/* Copyright 2022 Jake Winters */ /* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */ /* SPDX-License-Identifier: BSD-3-Clause */
@ -189,7 +189,7 @@ td {
text-align: center; text-align: center;
} }
.td-desc { td.td-desc {
text-align: left; text-align: left;
} }