summaryrefslogtreecommitdiffhomepage
path: root/resources/sass
diff options
context:
space:
mode:
authorCamil Staps2025-01-29 20:12:34 +0100
committerCamil Staps2025-01-29 20:12:34 +0100
commitd2281d7c11c2820ed42ca2bcc7dc19b0cde5b73b (patch)
tree686d014a2b2f4594a29ed6c5858354adf53eec73 /resources/sass
parentUpdate Sass (diff)
Group all publications together
Diffstat (limited to 'resources/sass')
-rw-r--r--resources/sass/style.scss16
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 {