Template:Currency/styles.css
Appearance
/* Shared styling for the Gold and Steps amount templates.
Icons are embedded at original size and scaled here with CSS: GD made
server thumbnails would drop GIF animation frames and soften pixel art. */
.sh-amount {
white-space: nowrap;
font-weight: 600;
}
.sh-amount img {
width: auto;
height: 16px;
image-rendering: pixelated;
vertical-align: -2px;
}