From d2281d7c11c2820ed42ca2bcc7dc19b0cde5b73b Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 29 Jan 2025 20:12:34 +0100 Subject: Group all publications together --- resources/sass/style.scss | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'resources/sass') diff --git a/resources/sass/style.scss b/resources/sass/style.scss index 8f08171..da32117 100644 --- a/resources/sass/style.scss +++ b/resources/sass/style.scss @@ -147,18 +147,14 @@ table { text-align: right; } + &.publications > tbody > tr > td.icon { + padding-right: 0; + text-align: center; + } + &.publications > tbody > tr > td:last-child > p { - margin-left: 2em; + margin-left: 1.5em; text-indent: -1em; - - /* Some ugly hard-coding to get the OA links to align nicely */ - > a.oa { - display: inline-block; - - > i { - margin-left: .3em; - } - } } &.presentations > tbody > tr { -- cgit v1.2.3