Style tweaks: use 0.8rem instead of 80% for in-page footnotes

This commit is contained in:
poire-z
2020-06-25 14:30:36 +02:00
committed by Frans de Jonge
parent 8a568a2721
commit 71744688c7
2 changed files with 8 additions and 8 deletions

View File

@@ -594,7 +594,8 @@ p.someTitleClassName { text-indent: 0; }
DIV.advertisement { display: none !important; }
.footnoteContainerClassName {
font-size: 80%;
font-size: 0.8rem !important;
text-align: justify !important;
margin: 0 !important;
-cr-hint: footnote-inpage;
}