Skip to content

Instantly share code, notes, and snippets.

View stephenchapman's full-sized avatar

stephenchapman

View GitHub Profile
@stephenchapman
stephenchapman / MIT-LICENSE.txt
Created December 4, 2012 23:23 — forked from jgarber/MIT-LICENSE.txt
Responsive video
Copyright (c) 2011 ZURB, http://www.zurb.com/
@stephenchapman
stephenchapman / social-header-div
Created June 20, 2011 10:04
Social Media Header Icons
/* This snippet creates a horizontal line of 32x32 social media icons in the top-right corner. Icons can be downloaded from http://www.iconfinder.com/search/?q=iconset%3Asocialnetworking */
/* HEADER - Social Media Box */
body.custom div#social {position:absolute;top:5px; right: 0px;}
body.custom div#social li {float: left;margin-left: 8px;display: inline;height: 32px;overflow:hidden;width: 32px;text-indent:-999em; background:top left no-repeat;}
body.custom div#social li a {display: block; width: 32px; height: 32px;}
body.custom div#social li.feed {background: url();}
body.custom div#social li.tweet {background: url(); }
body.custom div#social li.facebook {background: url();}