Template:Foreign names/styles.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
#foreign-names tr.top-section + tr:not(.top-section) > td {
#foreign-names td br + br:last-child {
border-top-width: 2px;
content: '';
display: block;
}
}
#foreign-names.no-meanings th:nth-of-type(3),
#foreign-names.no-meanings th:nth-of-type(3),
#foreign-names.no-meanings td:nth-of-type(3) {
#foreign-names.no-meanings td:nth-of-type(3) {
display: none;
display: none;
}
#foreign-names tr.top-section + tr:not(.top-section) > td {
border-top-width: 2px;
}
}

Latest revision as of 12:47, February 14, 2024

#foreign-names td br + br:last-child {
	content: '';
	display: block;
}
#foreign-names.no-meanings th:nth-of-type(3),
#foreign-names.no-meanings td:nth-of-type(3) {
	display: none;
}
#foreign-names tr.top-section + tr:not(.top-section) > td {
	border-top-width: 2px;
}