Add Bottom Backlink styling
- ensure the container clears the post content - reduce the font size of backlinks
This commit is contained in:
parent
d9bc9003c2
commit
5a5dd2a0c3
@ -1211,6 +1211,13 @@ span.hide-announcement {
|
|||||||
.postNum + .container::before {
|
.postNum + .container::before {
|
||||||
content: " ";
|
content: " ";
|
||||||
}
|
}
|
||||||
|
:root.bottom-backlinks .container {
|
||||||
|
display: block;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
:root.bottom-backlinks .backlink {
|
||||||
|
font-size: 90%;
|
||||||
|
}
|
||||||
.inline {
|
.inline {
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
display: table;
|
display: table;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user