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
<html><head> | |
<style> | |
.csl-bib-body { | |
line-height: 1.35; | |
display: grid; | |
/* left column as wide as it needs (but may shrink at small sizes); | |
right column fills the rest of the space. */ | |
grid-template-columns: max-content 1fr; | |
} | |
.csl-block { |