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 {
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;
list-style: unset !important;
}
}


.tbl-strengths li {
.tbl-strengths li {
  margin: var(--space-sm);
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);
}