Blog stuff

This commit is contained in:
Brad Frost
2012-09-04 18:16:17 -04:00
parent 133b5eaa63
commit c612d6a0b1
2 changed files with 25 additions and 1 deletions

BIN
images/sprite_social.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

@@ -380,7 +380,31 @@ footer[role=contentinfo] img {
.sidebar a:hover, .sidebar a:focus {
color: #e51837;
}
.social-links {
overflow: hidden;
}
.social-links li {
float: left;
margin-right: 0.5em;
}
.social-links li a {
display: block;
height: 16px;
width: 16px;
background: url(images/sprite_social.png) no-repeat;
}
.social-links li a.s-fb {
background-position: -0px -0px;
}
.social-links li a.s-twitter {
background-position: -0px -0px;
}
.social-links li a.s-linkedin {
background-position: -0px -0px;
}
.social-links li a.s-rss {
background-position: -0px -0px;
}
/******Media Queries*******/