Sfoglia il codice sorgente

fixed footer styles

Casey DeLorme 10 anni fa
parent
commit
78092f109f
1 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  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');
 }