Fix footnotes line-height and return-link styling

This commit is contained in:
John O'Nolan 2015-04-22 19:23:42 +02:00
parent cc59624ba4
commit 2773ac926a
1 changed files with 5 additions and 0 deletions

View File

@ -1104,6 +1104,7 @@ body:not(.post-template) .post-title {
.footnotes {
font-style: italic;
font-size: 1.3rem;
line-height: 1.6em;
}
.footnotes li {
@ -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 {