added twitter link in header
authorOve Klykken <ove@gaslightmedia.com>
Mon, 16 Jun 2014 13:26:47 +0000 (13:26 +0000)
committerOve Klykken <ove@gaslightmedia.com>
Mon, 16 Jun 2014 13:26:47 +0000 (13:26 +0000)
styles.css

index 87220c3..195ef66 100755 (executable)
@@ -237,14 +237,21 @@ ul#toplinks li a, ul#toplinks li div {
 ul#toplinks li a:hover {
     color: #E4B275;
 }
-ul#toplinks li a#fb {
-    width: 31px;
-    height: 30px;
+ul#toplinks li a#fb,
+ul#toplinks li a#tw
+{
+    width: 34px;
+    height: 34px;
     text-indent: -4999px;
-    background: url(assets/fb.jpg) 0 0 no-repeat;
     border: 0;
     margin-right: 0;
 }
+ul#toplinks li a#fb {
+    background: url(assets/sm_fb.png) 0 0 no-repeat;
+    }
+ul#toplinks li a#tw {
+    background: url(assets/sm_tw.png) 0 0 no-repeat;
+    }
 ul#toplinks li #phone {
     margin-right: 10px;
     border: 0;