From 2ff75a66b23f155cd79c1ef18a21244bf0eef841 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 30 Aug 2020 02:03:39 -0400 Subject: [PATCH] fix publications anchor positioning --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index f86c4e4..af65a18 100644 --- a/static/style.css +++ b/static/style.css @@ -246,3 +246,7 @@ li, dd { .warn { color: #a10029; } + +#bandali-bib > a { + display: block +} -- 2.20.1