|
@@ -219,7 +219,7 @@ table {
|
|
|
|
|
|
|
|
|
|
/* footer icons */
|
|
/* footer icons */
|
|
-footer.link {
|
|
|
|
|
|
+footer .link {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
width: 29px;
|
|
width: 29px;
|
|
height: 29px;
|
|
height: 29px;
|
|
@@ -227,20 +227,20 @@ footer.link {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
}
|
|
}
|
|
-footer.facebook {
|
|
|
|
|
|
+footer .facebook {
|
|
background-image: url('/images/facebook.png');
|
|
background-image: url('/images/facebook.png');
|
|
}
|
|
}
|
|
-footer.linkedin {
|
|
|
|
|
|
+footer .linkedin {
|
|
background-image: url('/images/linkedin2.png');
|
|
background-image: url('/images/linkedin2.png');
|
|
width: 41px;
|
|
width: 41px;
|
|
}
|
|
}
|
|
-footer.youtube {
|
|
|
|
|
|
+footer .youtube {
|
|
background-image: url('/images/youtube2.png');
|
|
background-image: url('/images/youtube2.png');
|
|
width: 34px;
|
|
width: 34px;
|
|
}
|
|
}
|
|
-footer.github {
|
|
|
|
|
|
+footer .github {
|
|
background-image: url('/images/github.png');
|
|
background-image: url('/images/github.png');
|
|
}
|
|
}
|
|
-footer.skype {
|
|
|
|
|
|
+footer .skype {
|
|
background-image: url('/images/skype.png');
|
|
background-image: url('/images/skype.png');
|
|
}
|
|
}
|