Skip to content

Instantly share code, notes, and snippets.

@madrobby
Created September 24, 2012 18:13
Show Gist options
  • Save madrobby/3777392 to your computer and use it in GitHub Desktop.
Save madrobby/3777392 to your computer and use it in GitHub Desktop.
Configuring a custom invoice header in Freckle
<style>
#invoice, #invoice_report {
font-family: Georgia;
}
#invoice div.custom-header {
padding: 0 0 20px 0;
margin: 0 0 20px 0;
border-bottom: 1px solid #9dd64b;
}
</style>
<img src="https://asset0.letsfreckle.com/images/sites/logo_bigger.png">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment