From ea3667c0cf2f419a061977ba22e2c8b23eca4a42 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 3 Sep 2021 11:49:44 +0200 Subject: Add Open Access icons where applicable --- resources/sass/style.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'resources/sass') diff --git a/resources/sass/style.scss b/resources/sass/style.scss index 1523344..cb7d62e 100644 --- a/resources/sass/style.scss +++ b/resources/sass/style.scss @@ -70,8 +70,17 @@ table { } &.publications > tbody > tr > td:last-child > p { - margin-left: 1em; + margin-left: 2em; text-indent: -1em; + + /* Some ugly hard-coding to get the OA links to align nicely */ + > a.oa { + display: inline-block; + + > i { + margin-left: .3em; + } + } } } -- cgit v1.2.3