Template:Character Tabs/styles.css: Difference between revisions

From Umamusume Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
}
}


.character-tabs td {
.character-tabs td:not(.spacer) {
border: 1px solid #a7d7f9;
border: 1px solid #a7d7f9;
border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;

Revision as of 22:54, 3 April 2024

.character-tabs {
	text-align: center;
	vertical-align: top;
	border: none;
	margin-bottom: 15px;
	white-space: nowrap;
}

.character-tabs td:not(.spacer) {
	border: 1px solid #a7d7f9;
	border-radius: 5px 5px 0 0;
	border-bottom: 0;
	padding: 0.5em;
}