From 6df4ee57ca384e95d1f52113f2c520df1c84b68e Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Mon, 16 Jun 2014 13:26:47 +0000 Subject: [PATCH] added twitter link in header --- styles.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/styles.css b/styles.css index 87220c3..195ef66 100755 --- a/styles.css +++ b/styles.css @@ -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; -- 2.17.1