changed all font-weight: bold/590 to 600
This commit is contained in:
parent
a81f0884ed
commit
6e7c80d97b
30 changed files with 47 additions and 47 deletions
|
@ -537,7 +537,7 @@ function ZoteroProtocolHandler() {
|
|||
Zotero.Report.HTML.listGenerator(items, combineChildItems, params.libraryID),
|
||||
function () {
|
||||
Zotero.logError(e);
|
||||
return '<span style="color: red; font-weight: bold">Error generating report</span>';
|
||||
return '<span style="color: red; font-weight: 600">Error generating report</span>';
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue