Skip to content

Commit

Permalink
add border-bottom to #stats links
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 25, 2012
1 parent 897cee6 commit d941f46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mocha.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ body {
color: inherit;
}

#stats a:hover {
border-bottom: 1px solid #eee;
}

#stats li {
display: inline-block;
margin: 0 5px;
Expand Down

0 comments on commit d941f46

Please sign in to comment.