Template:UniqueWeapon/weapon.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Created page with " .weapontable { width: 100%; min-width: 575px; max-width: 900px; } .weapontable-summary { } .weapontable-summary img { ma...")
 
No edit summary
Line 24: Line 24:
.weapon-description {
.weapon-description {


}

.weapontable .data-row {
text-align: center;
}

.weapontable .data-row > td {
width: calc(100% / 7);
}
}