habitica-self-host/css/Mounts.css
Sabe Jones cfa386683e refactor(sprites): remove deprecated Mount-SpriteSheet.png and strip down Mounts.css
This commit removes the old mounts spritesheet, and removes all manually created mount CSS from Mounts.css, leaving only the 18px top margin used to position mounts in the herobox.
2014-01-19 22:04:21 -06:00

3 lines
107 B
CSS

[class*="Mount_Head_"], [class*="Mount_Body_"]{
margin-top:18px; /* Sprite accommodates 105x123 box */
}