summaryrefslogtreecommitdiffhomepage
path: root/resources/sass/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'resources/sass/style.scss')
-rw-r--r--resources/sass/style.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/resources/sass/style.scss b/resources/sass/style.scss
index 8cfa677..cc3cff9 100644
--- a/resources/sass/style.scss
+++ b/resources/sass/style.scss
@@ -36,6 +36,16 @@ table {
> tbody > tr > td:first-child {
min-width: 150px;
}
+
+ &.publications > tbody > tr > td:first-child {
+ min-width: 8em;
+ text-align: right;
+ }
+
+ &.publications > tbody > tr > td:last-child > p {
+ margin-left: 1em;
+ text-indent: -1em;
+ }
}
tr {