Skip to content

Commit

Permalink
skel: Fix blog styling of navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Scherpenisse committed Apr 17, 2014
1 parent c2e665c commit 71e2b38
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion priv/skel/blog/lib/css/project.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,17 @@ header {
}


/* Nav
---------------------------------------------------------- */

#navigation li a, .navbar a.brand {
text-shadow: none;
}

.navbar .nav>li>a:hover {
color: #ddd;
}

/* Images
---------------------------------------------------------- */

Expand Down Expand Up @@ -378,4 +389,4 @@ p.image-caption {

.comments-list li .comment-body {
margin-top: 9px;
}
}

0 comments on commit 71e2b38

Please sign in to comment.