Skip to content

Commit

Permalink
Merge pull request #87 from metanorma/features/fontsize
Browse files Browse the repository at this point in the history
Features/fontsize
  • Loading branch information
opoudjis authored Nov 30, 2020
2 parents 3d7a33c + 266ee0f commit 9179862
Show file tree
Hide file tree
Showing 7 changed files with 461 additions and 404 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 9179862

Please sign in to comment.