Skip to content

Commit

Permalink
CSS font size configure: metanorma/isodoc#227
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Nov 17, 2020
1 parent 79e9bca commit 266ee0f
Show file tree
Hide file tree
Showing 6 changed files with 211 additions and 205 deletions.
8 changes: 4 additions & 4 deletions lib/isodoc/iec/html/htmlstyle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ p.NormRef {
pre,
.pseudocode {
@include pseudocodeBlock(#f5faff);
font-size: 1em;
font-size: $monospacefontsize;
}

pre {
Expand Down Expand Up @@ -618,15 +618,15 @@ a.footnote-number, a.TableFootnoteRef, span.TableFootnoteRef {
}

.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;
Expand All @@ -642,7 +642,7 @@ ol.footnotes-list, aside.footnote {
}

ol.footnotes-list li, aside.footnote {
font-size: 0.9em;
font-size: $footnotefontsize;
vertical-align: top;
list-style:decimal;
margin-bottom: 1em;
Expand Down
Loading

0 comments on commit 266ee0f

Please sign in to comment.