align homepage forms, phew

This commit is contained in:
Emi Matchu 2013-02-11 23:28:05 -06:00
parent 423e105ec1
commit 15b939f946
2 changed files with 4 additions and 4 deletions

View file

@ -42,9 +42,9 @@ body.outfits-new
display: none
fieldset
position: relative
left: 1em
left: 16px
legend
margin-left: -1em
margin-left: -16px
#load-pet-to-wardrobe
font-size: 175%
margin:

View file

@ -3699,11 +3699,11 @@ body.outfits-new #outfit-forms #pet-preview span:empty {
/* line 43, ../../../app/stylesheets/outfits/_new.sass */
body.outfits-new #outfit-forms fieldset {
position: relative;
left: 1em;
left: 16px;
}
/* line 46, ../../../app/stylesheets/outfits/_new.sass */
body.outfits-new #outfit-forms fieldset legend {
margin-left: -1em;
margin-left: -16px;
}
/* line 48, ../../../app/stylesheets/outfits/_new.sass */
body.outfits-new #load-pet-to-wardrobe {