lib/isodoc/un/html/htmlstyle.css in metanorma-un-0.5.7 vs lib/isodoc/un/html/htmlstyle.css in metanorma-un-0.5.8
- old
+ new
@@ -228,11 +228,11 @@
/* RT: I made this up */
body {
margin-left: auto;
margin-right: auto;
max-width: 100%;
- font-size: 15px;
+ font-size: {{normalfontsize}};
font-weight: 300;
line-height: 1.4em;
color: #333;
background-color: #ffffff;
font-weight: 400; }
@@ -707,11 +707,11 @@
*/
.figure,
pre,
.pseudocode {
background-color: #f2f2f2;
- font-size: 0.8em;
+ font-size: {{monospacefontsize}};
line-height: 1.6em;
padding: 1.5em;
margin: 2em 0 1em 0;
overflow: auto; }
.figure .SourceTitle,
@@ -811,10 +811,10 @@
a.footnote-number {
font-size: 0.8em;
vertical-align: super; }
.footnote {
- font-size: 0.9em; }
+ font-size: {{footnotefontsize}}; }
/*
3.11 Blockquotes
*/
.Quote {