diff options
Diffstat (limited to 'resources/sass/style.scss')
-rw-r--r-- | resources/sass/style.scss | 16 |
1 files changed, 6 insertions, 10 deletions
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 { |