Skip to content

Commit

Permalink
Closes #8 make the external navigation links easier to identify.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvold committed Jul 25, 2011
1 parent ec1f918 commit f33fa6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cssjs/layout/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ nav a {
color: white;
text-decoration: none;
}
nav a[rel~=external] {
background: url('../../images/external-link.png') no-repeat;
background-position: 100% 45%;
padding-right: 13px;
}
nav a:hover {
color: rgba(255,255,255,0.6);
}
Expand Down
Binary file added images/external-link.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f33fa6f

Please sign in to comment.