Fix footnotes line-height and return-link styling

This commit is contained in:
John O'Nolan 2015-04-22 19:23:42 +02:00
부모 cc59624ba4
커밋 2773ac926a
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -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 {