Created
October 14, 2009 09:28
-
-
Save madmimi/209918 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<title>Photojojo</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<meta http-equiv="Content-Language" content="en-us" /> | |
<head> | |
<style type="text/css"> | |
.large-headline { | |
text-decoration: none ; | |
font-size :28px ; | |
} | |
.large-headline a { | |
text-decoration: none ; | |
color: black ; | |
} | |
.large-headline a:hover { | |
text-decoration: underline ; | |
color: #008AFF ; | |
} | |
.bdy-text { | |
font-size:13px ; | |
line-height: 20px ; | |
} | |
.bdy-text p { | |
text-align: left ; | |
font-size:13px ; | |
line-height: 20px ; | |
} | |
.featured-link { | |
font-size: 17px ; | |
} | |
.small-text { | |
font-size: 11px ; | |
} | |
.extra-small-text { | |
font-size: 10px ; | |
font-family: lucida grande,verdana,helvetica,arial ; | |
} | |
.email-footer-big-text { | |
font-size: 18px ; | |
font-family: helvetica rounded,arial rounded,helvetica,arial; | |
} | |
.email_delicious_button { | |
display:inline ; | |
margin: 0px 0px 10px 20px ; | |
} | |
</style> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment