-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase spacing between references (fix #106)
- Loading branch information
1 parent
a4c75ae
commit 52f25d0
Showing
3 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -415,3 +415,6 @@ html { | |
font-size: var(--small-size); | ||
} | ||
|
||
.csl-entry { | ||
margin-bottom: var(--small-size); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
@book{orwell1945animal, | ||
title={{Animal Farm: A Fairy Story}}, | ||
title={{Animal farm: a fairy story}}, | ||
author={George Orwell}, | ||
year={1945}, | ||
publisher={Houghton Mifflin Harcourt} | ||
} | ||
|
||
@book{orwell1949nineteen, | ||
title={Nineteen eighty-four: a novel}, | ||
author={George Orwell}, | ||
year={1949}, | ||
publisher={Secker & Warburg} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52f25d0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Broken due to GiovineItalia/Gadfly.jl#1535.