Template:Strengths/styles.css: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.tbl-strengths { | |||
table-layout: fixed; | |||
width: 100%; | |||
} | |||
.tbl-strengths th { | .tbl-strengths th { | ||
text-align: center; | text-align: center; | ||
| Line 4: | Line 9: | ||
.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);
}