Text size and line-height bike-shedding, second time

This commit is contained in:
Ludwig Schubert
2017-10-16 09:51:37 -07:00
parent 44f14bffe7
commit 1ee5c5f310
6 changed files with 20 additions and 15 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ function doi_string(ent, new_line){
export function bibliography_cite(ent, fancy){
if (ent){
var cite = '<b>' + ent.title + '</b> ';
var cite = '<span class="title">' + ent.title + '</span> ';
cite += link_string(ent) + '<br>';
cite += author_string(ent, '${L}, ${I}', ', ', ' and ');
if (ent.year || ent.date){