mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-07 16:00:31 +00:00
Update illuaminate CSS for deprecation (#556)
This commit is contained in:
parent
93068402a2
commit
01d81cb91d
@ -128,6 +128,11 @@ table.definition-list th {
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Deprecated definitions */
|
||||||
|
table.definition-list tr.definition-deprecated th {
|
||||||
|
text-decoration: line-through;
|
||||||
|
}
|
||||||
|
|
||||||
table.definition-list td { width: 100%; }
|
table.definition-list td { width: 100%; }
|
||||||
|
|
||||||
/* Pretty tables, mostly inherited from table.definition-list */
|
/* Pretty tables, mostly inherited from table.definition-list */
|
||||||
@ -152,6 +157,10 @@ dl.definition dt .definition-name {
|
|||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Deprecated definitions */
|
||||||
|
dl.definition dt .definition-name.definition-deprecated {
|
||||||
|
text-decoration: line-through;
|
||||||
|
}
|
||||||
|
|
||||||
dl.definition dd {
|
dl.definition dd {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
|
Loading…
Reference in New Issue
Block a user