MediaWiki:Common.less/infoboxbonuses.less
Ir para navegação
Ir para pesquisar
// <pre>
/* ====================================
[[Predefinição:Infobox bônus]]
==================================== */
.infobox-bonuses.wikitable {
th {
padding: .25em .4em;
text-align: center;
white-space: nowrap;
width: 70px !important;
}
td {
text-align: center;
}
.combat-attributes {
text-align: left;
.image {
display: inline-block;
margin-right: 4px;
width: 23px;
}
}
}
// </pre>