Add Bottom Backlink styling

- ensure the container clears the post content
 - reduce the font size of backlinks
This commit is contained in:
Johnny 2017-10-23 12:21:27 +11:00 committed by GitHub
parent d9bc9003c2
commit 5a5dd2a0c3

View File

@ -1211,6 +1211,13 @@ span.hide-announcement {
.postNum + .container::before {
content: " ";
}
:root.bottom-backlinks .container {
display: block;
clear: both;
}
:root.bottom-backlinks .backlink {
font-size: 90%;
}
.inline {
border: 1px solid;
display: table;