Skip to content

Commit

Permalink
make vertical alignment of image-based icons in nav bar nicer-looking
Browse files Browse the repository at this point in the history
  • Loading branch information
wchristian committed Mar 11, 2015
1 parent 90c8a28 commit 27f69c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions root/static/less/nav.less
Expand Up @@ -51,6 +51,9 @@
margin-bottom: -2px;
color: @linkColor;
}
> img {
vertical-align: text-bottom;
}
}
.active {
> a, > a:hover {
Expand Down

0 comments on commit 27f69c5

Please sign in to comment.