Template:Weapon infobox/style.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 10: Line 10:
.tpl\:infobox > tbody > tr{
.tpl\:infobox > tbody > tr{
overflow: hidden;
overflow: hidden;
white-space: nowrap;
 
}
}
.tpl\:infobox > tbody > tr:first-child > *{
.tpl\:infobox > tbody > tr:first-child > *{

Revision as of 09:29, 17 July 2023

/*
 Madness combat weapon infobox styles
*/

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

.tpl\:infobox > tbody > tr{
	overflow: hidden;

}
.tpl\:infobox > tbody > tr:first-child > *{
	border-radius: 4px 4px 0 0;
}
.tpl\:infobox > tbody > tr:last-child > *{
	border-radius: 0 0 4px 4px;
}