浏览代码

fixed footer styles

Casey DeLorme 10 年之前
父节点
当前提交
78092f109f
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      public/css/main.css

+ 6 - 6
public/css/main.css

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