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