Switch from global "td-desc" class selector to "td.td-desc"
This commit is contained in:
parent
8737d4e37d
commit
af026507b9
4
main.css
4
main.css
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user