Created
November 9, 2012 11:28
-
-
Save aaronmoodie/4045239 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# html | |
# place under div.email (92) | |
<div class="gifts-newsletter"> | |
<input type="checkbox" name="etsy_gift" id="etsy_gift"> <label for="etsy_gift">I'd also like great gift ideas from Etsy.</label> | |
</div> | |
# css | |
# place under form div.email (314) | |
.reminder p { | |
margin-top: 42px } | |
form div.gifts-newsletter { | |
position: absolute; | |
top: 35px; | |
font-size: 12px; | |
color: #454545; } | |
form div.gifts-newsletter label { | |
padding-left: 5px; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment