lib/isodoc/iec/html/htmlstyle.css in metanorma-iec-1.2.8 vs lib/isodoc/iec/html/htmlstyle.css in metanorma-iec-1.2.9
- old
+ new
@@ -766,16 +766,16 @@
*/
.figure,
pre,
.pseudocode {
background-color: #f5faff;
- font-size: 0.8em;
+ font-size: {{monospacefontsize}};
line-height: 1.6em;
padding: 1.5em;
margin: 2em 0 1em 0;
overflow: auto;
- font-size: 1em; }
+ font-size: {{monospacefontsize}}; }
.figure .SourceTitle,
pre .SourceTitle,
.pseudocode .SourceTitle {
font-weight: 700;
font-size: 1em;
@@ -888,18 +888,18 @@
a.footnote-number, a.TableFootnoteRef, span.TableFootnoteRef {
vertical-align: super;
font-size: 0.8em; }
.footnote {
- font-size: 0.9em; }
+ font-size: {{footnotefontsize}}; }
sup a {
vertical-align: super;
font-size: 0.8em; }
#footnote_box {
- font-size: 14px;
+ font-size: {{footnotefontsize}};
background: white;
padding: 0 10px;
margin: 10px;
border: 1px solid #888;
-moz-box-shadow: 0px 0px 5px #888;
@@ -908,10 +908,10 @@
ol.footnotes-list, aside.footnote {
margin-left: 1em; }
ol.footnotes-list li, aside.footnote {
- font-size: 0.9em;
+ font-size: {{footnotefontsize}};
vertical-align: top;
list-style: decimal;
margin-bottom: 1em; }
ol.footnotes-list:first-child {