From 5a5dd2a0c3a643b39520e250c6ad0e2073c101a5 Mon Sep 17 00:00:00 2001 From: Johnny Date: Mon, 23 Oct 2017 12:21:27 +1100 Subject: [PATCH] Add Bottom Backlink styling - ensure the container clears the post content - reduce the font size of backlinks --- src/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/css/style.css b/src/css/style.css index b6d56241b..ab87185b1 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -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;