Skip to content

Commit

Permalink
Merge pull request #9 from aphillips/gh-pages
Browse files Browse the repository at this point in the history
Fix #8 (position of "self" reference link)
  • Loading branch information
aphillips committed Jul 7, 2020
2 parents 130107c + 94c689a commit 15e8ab6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions local.css
Expand Up @@ -91,6 +91,7 @@ a.self {
opacity: 0.5;
color: #999;
text-decoration: none;
display: inline;
}

a.self:visited {
Expand All @@ -107,3 +108,7 @@ a.self:hover {
font-style: italic;
font-size: 80%;
}

.advisement {
position: relative;
}

0 comments on commit 15e8ab6

Please sign in to comment.