summaryrefslogtreecommitdiffhomepage
path: root/resources/sass
diff options
context:
space:
mode:
authorCamil Staps2021-09-03 11:49:44 +0200
committerCamil Staps2021-09-03 11:49:44 +0200
commitea3667c0cf2f419a061977ba22e2c8b23eca4a42 (patch)
tree441002860e18ca3fe831d8b110db45069a05678a /resources/sass
parentAdd ORCiD link (diff)
Add Open Access icons where applicable
Diffstat (limited to 'resources/sass')
-rw-r--r--resources/sass/style.scss11
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;
+ }
+ }
}
}