From e6e9af7eed65d1db9d655cf0400fc36204fea32b Mon Sep 17 00:00:00 2001 From: Harry Roberts Date: Sat, 29 Oct 2011 22:59:58 +0100 Subject: [PATCH] Style nav --- css/style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index ba84ddc..ea027cc 100755 --- a/css/style.css +++ b/css/style.css @@ -332,10 +332,16 @@ body{ } .main-nav a{ - padding:0 3%; - text-decoration:underline; + margin-left:6%; + border-bottom:2px solid rgba(0,0,0,0.25); color:#666; } + .main-nav li:first-child a{ + margin-left:0; + } + .main-nav a:hover{ + text-decoration:none; + }