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; | ||
} | |||
.td { | |||
display: inline-block; | |||
} | } | ||
Revision as of 13:07, 4 January 2023
/*
Madness combat Weapon infobox styles
*/
.tpl\:infobox{
border-radius: 8px;
margin: 0 0 0 20px !important;
}
.td {
display: inline-block;
}
.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;
}