Skip to content

Commit

Permalink
Fix footnotes line-height and return-link styling
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnONolan committed Apr 22, 2015
1 parent cc59624 commit 2773ac9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,7 @@ body:not(.post-template) .post-title {
.footnotes {
font-style: italic;
font-size: 1.3rem;
line-height: 1.6em;
}

.footnotes li {
Expand All @@ -1114,6 +1115,10 @@ body:not(.post-template) .post-title {
margin: 0;
}

.footnotes p a:last-child {
text-decoration: none;
}


/* The author credit area after the post */
.post-footer {
Expand Down

0 comments on commit 2773ac9

Please sign in to comment.