Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Strengths/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
.tbl-strengths th {
text-align: center;
}
.tbl-strengths ul {
.tbl-strengths ul {
   list-style: unset !important;
   list-style: unset !important;

Revision as of 17:17, 15 October 2025

.tbl-strengths th {
	text-align: center;
}

.tbl-strengths ul {
  list-style: unset !important;
}

.tbl-strengths li {
  margin: var(--space-sm);
}