TemplateStyle:Series.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
No edit summary
Line 2: Line 2:
div.infobox.series {
div.infobox.series {
width: 250px;
width: 250px;
text-align: center;
background: #f9f9f9;
background: #f9f9f9;
border: 1px solid #a2a9b1;
border: 1px solid #a2a9b1;

Revision as of 08:54, September 30, 2021

/* Series box */
div.infobox.series {
	width: 250px;
	text-align: center;
	background: #f9f9f9;
	border: 1px solid #a2a9b1;
	border-radius: 10px;
	padding: 15px;
}