From: Ove Klykken Date: Mon, 16 Jun 2014 13:26:47 +0000 (+0000) Subject: added twitter link in header X-Git-Tag: v1.0.0~7 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6df4ee57ca384e95d1f52113f2c520df1c84b68e;p=web%2FTroutCreek.git added twitter link in header --- 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;