Updated footer to match rest of site

Signed-off-by: Nathan Hsieh <hsieh.nathan@gmail.com>
Upstream-commit: ebeccee968e5edba5043920581a5b6976aa504c0
Component: engine
This commit is contained in:
Nathan Hsieh
2014-11-04 15:28:38 -08:00
parent 9fda67e5fe
commit 1b36243f30
4 changed files with 90 additions and 1 deletions

View File

@ -366,9 +366,20 @@ body {
text-decoration: none;
color: #eeeeee;
}
#footer .social {
width: 100px;
float: left;
}
#footer .social li a {
padding-left: 28px;
}
#footer .social li span {
float: left;
width: 24px;
height: 25px;
position: absolute;
margin: 1px 0px 2px -28px;
}
#footer .social .blog {
background: url(../img/footer/docker-blog-24.png) no-repeat;
background-position: 0px -3px;
@ -393,6 +404,23 @@ body {
background: url(../img/footer/slideshare-24.png) no-repeat;
background-position: 0px -3px;
}
#footer .social .linkedin {
background: url(../img/footer/sprites-small_360.png) no-repeat;
background-position: -168px -3px;
}
#footer .social .github {
background: url(../img/footer/sprites-small_360.png) no-repeat;
background-position: -48px -3px;
}
#footer .social .reddit {
background: url(../img/footer/sprites-small_360.png) no-repeat;
background-position: -192px -3px;
}
#footer .social .angellist {
background: url(../img/footer/angellist-white.svg) no-repeat;
background-position: 5px;
height: 20px;
}
/* Social Links */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
#footer .social .blog {