1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-17 15:07:38 +00:00

Update illuaminate CSS for deprecation (#556)

This commit is contained in:
Drew Lemmy
2020-10-14 22:05:56 +01:00
committed by GitHub
parent 93068402a2
commit 01d81cb91d

View File

@@ -128,6 +128,11 @@ table.definition-list th {
text-align: right;
}
/* Deprecated definitions */
table.definition-list tr.definition-deprecated th {
text-decoration: line-through;
}
table.definition-list td { width: 100%; }
/* Pretty tables, mostly inherited from table.definition-list */
@@ -152,6 +157,10 @@ dl.definition dt .definition-name {
flex-grow: 1;
}
/* Deprecated definitions */
dl.definition dt .definition-name.definition-deprecated {
text-decoration: line-through;
}
dl.definition dd {
padding-bottom: 1em;