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

From Umamusume Wiki
Jump to navigation Jump to search
(Created page with ".character-tabs { text-align: center; }")
 
No edit summary
Line 1: Line 1:
.character-tabs {
.character-tabs {
text-align: center;
text-align: center;
vertical-align: top;
border: none;
margin-bottom: 15px;
white-space: nowrap;
}
.character-tabs td {
border: 1px solid #a7d7f9;
border-radius: 5px 5px 0 0;
border-bottom: 0;
padding: 0.5em;
}
}

Revision as of 22:40, 3 April 2024

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

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