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

Template page
No edit summary
No edit summary
Line 6: Line 6:
border-radius: 8px;
border-radius: 8px;
margin: 0 0 0 20px !important;
margin: 0 0 0 20px !important;
}
.tpl\:infobox > tbody > tr{
border-radius: 8px;
}
}

Revision as of 21:39, 4 October 2022

/*
 Madness combat character infobox styles
*/

.tpl\:infobox{
	border-radius: 8px;
	margin: 0 0 0 20px !important;
}

.tpl\:infobox > tbody > tr{
	border-radius: 8px;
}