Skip to content

Instantly share code, notes, and snippets.

diff --git a/css/media.css b/css/media.css
index 92df514..0873b28 100644
--- a/css/media.css
+++ b/css/media.css
@@ -73,7 +73,6 @@
}
.media-item img {
- height: auto;
margin-bottom: 10px;
@ryanmiglavs
ryanmiglavs / donation.module
Created September 28, 2012 19:59
PHP code that fools Espresso's syntax zones
function sfapi_submit_cc_payment($donor=array(), $donation=array(), $cc_info=array(), $campaign_info=array()) {
// First make sure we have all the necessary pieces of info, and log notices for any missing recommended info
$required_info = array(
'donor' => array(
'first_name',
'last_name',
'email',
'street_address',
'city',
'state',