Fix class name hanging -> hanging-indent in styles.citations.html.

This commit is contained in:
John MacFarlane
2022-12-21 15:55:23 -08:00
parent ce3f5a4976
commit 21baefbbbb
+1 -1
View File
@@ -6,7 +6,7 @@ $if(csl-entry-spacing)$
margin-bottom: $csl-entry-spacing$;
$endif$
}
.hanging div.csl-entry {
.hanging-indent div.csl-entry {
margin-left:2em;
text-indent:-2em;
}