No edit summary |
No edit summary Tag: Reverted |
||
Line 2: | Line 2: | ||
 MPN weapon infobox styles |  MPN weapon infobox styles | ||
*/ | */ | ||
 | .td{ | ||
padding-left: 2em; | |||
} | |||
.tpl\:infobox{ | .tpl\:infobox{ | ||
border-radius: 8px; | border-radius: 8px; |
Revision as of 22:55, 10 March 2024
/*
MPN weapon infobox styles
*/
.td{
padding-left: 2em;
}
.tpl\:infobox{
border-radius: 8px;
margin: 0 15px 0 20px !important;
white-space: nowrap;
}
.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;
}