Skip to content

Instantly share code, notes, and snippets.

View neogermi's full-sized avatar

Sebastian Germesin neogermi

View GitHub Profile
@neogermi
neogermi / fblike_ff_fix.css
Last active August 29, 2015 13:56
Fix Like Button in Firefox (Overwriting inline styles)
/* Works ONLY for FB-Like button with 'button_count' layout and 'show_faces=false' */
/* Please adapt sizes for different layouts */
.fb_iframe_widget span[style],
.fb_iframe_widget span iframe[style]
{
min-height: 25px !important;
min-width: 100px !important;
}