Skip to content

Instantly share code, notes, and snippets.

@theukedge
Created September 14, 2013 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theukedge/6565786 to your computer and use it in GitHub Desktop.
Save theukedge/6565786 to your computer and use it in GitHub Desktop.
#social-widget {
margin-bottom: 25px;
text-align: center;
}
#social-widget a#fbicon,
#social-widget a#twittericon,
#social-widget a#rssicon,
#social-widget a#emailicon,
#social-widget a#gplusicon {
width: 32px;
height: 32px;
background: url("http://maxcdn.doitwithwp.com/wp-content/uploads/2012/12/social-icons.png") 0 0 no-repeat;
margin: 3px;
display: inline-block;
}
#social-widget a#twittericon {
background-position: -32px 0;
}
#social-widget a#rssicon {
background-position: -64px 0;
}
#social-widget a#emailicon {
background-position: -96px 0;
}
#social-widget a#gplusicon {
background-position: -128px 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment