Template:Strengths/styles.css: Difference between revisions
Template page
More actions
Created page with ".tbl-strengths ul { list-style: unset !important; } .tbl-strengths li { }" |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
.tbl-strengths { | |||
table-layout: fixed; | |||
width: 100%; | |||
} | |||
.tbl-strengths th { | |||
text-align: center; | |||
} | |||
.tbl-strengths ul { | .tbl-strengths ul { | ||
list-style: unset !important; | |||
} | } | ||
.tbl-strengths li { | .tbl-strengths li { | ||
margin: var(--space-sm); | |||
} | } | ||
Latest revision as of 17:22, 15 October 2025
.tbl-strengths {
table-layout: fixed;
width: 100%;
}
.tbl-strengths th {
text-align: center;
}
.tbl-strengths ul {
list-style: unset !important;
}
.tbl-strengths li {
margin: var(--space-sm);
}