Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
feat(Elife): Add author separator
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcmoulton committed Feb 28, 2020
1 parent a2a9ba6 commit f1be75d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/themes/elife/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ main {

:--Person {
@extend .content-header__author_list_item;

:--familyName::after {
content: ', ';
}
}

:--Person:last-child {
:--familyName::after {
content: '';
}
}
}

Expand Down

0 comments on commit f1be75d

Please sign in to comment.