Skip to content

Instantly share code, notes, and snippets.

View mateoclarke's full-sized avatar

Mateo Salinas Clarke mateoclarke

View GitHub Profile
@mateoclarke
mateoclarke / hide-blackbaud-logo-emails
Last active August 29, 2015 14:13
Hide "Powered by Blackbaud" Logo in emails
/* This doesn't work in Gmail or Yahoo but it's the best we can do. */
#cv-poweredBy {
display:none !important;
width:0px !important;
height:0px !important;
overflow:hidden !important;
}
@mateoclarke
mateoclarke / google-font-email
Last active August 29, 2015 14:12
Google Fonts in email
<!-- Import Google font as normal -->
<style>
@import url(http://fonts.googleapis.com/css?family=Raleway);
</style>
<!-- Put following code after your normal </style>. It will be a whole new style tag set: -->
<!--[if mso]>
<style>

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt