remove padding around herobox

This commit is contained in:
Tyler Renelle 2013-04-15 16:14:37 -04:00
parent d464fd6a93
commit 26086d2f32
2 changed files with 0 additions and 10 deletions

View file

@ -11,11 +11,6 @@ future re: pets and whatnot, this is just temporary.
// basic herobox styles
.herobox
height: 10.5em // higher to acct for the name area
width: 10em
max-width: 10em
margin: 0 // need this b/c of bootstrap, remove or reset later
padding: 0 // push down the sprite
position: relative
// the hero's info frame

View file

@ -1,9 +1,4 @@
.herobox {
height: 10.5em;
width: 10em;
max-width: 10em;
margin: 0;
padding: 0;
position: relative;
}
.herobox:after {