Skip to content

Commit

Permalink
Style nav
Browse files Browse the repository at this point in the history
  • Loading branch information
csswizardry committed Oct 29, 2011
1 parent 5cd4010 commit e6e9af7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions css/style.css
Expand Up @@ -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;
}



Expand Down

0 comments on commit e6e9af7

Please sign in to comment.