metanorma-mpfd 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/isodoc/mpfd/html/htmlstyle.scss +9 -0
- data/lib/metanorma/mpfd/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa175636c95c1056cc6acebc3e3176f73d91a63248664f3495eb21736ffb0b02
|
|
4
|
+
data.tar.gz: 242826c616cd5d60b3b97a12cc31386cfc484da5a84065345e64f5434da5f0e6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 37004493a370155537a3230acb8a9f4b1855a145d27f1241a75656df08bc4204f3b9c2e4cd31efdacba2bd64ecac815d266b535c96d8935cef73e579c08dd7b5
|
|
7
|
+
data.tar.gz: e376b9a3b076ccc7b03fa51ac642489857aa598027fb550f11b374b8ac63e44fde3ae2012e8aec9c95d25d82fd7c0eaa4b59b52279211905811cab40f259e5d6
|
|
@@ -75,6 +75,12 @@ time, mark, audio, video {
|
|
|
75
75
|
|
|
76
76
|
code, pre, tt, kbd, samp {
|
|
77
77
|
font-family: $monospacefont;
|
|
78
|
+
font-variant-ligatures: none;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
code *, pre *, tt *, kbd *, samp * {
|
|
82
|
+
font-family: $monospacefont !important;
|
|
83
|
+
font-variant-ligatures: none;
|
|
78
84
|
}
|
|
79
85
|
|
|
80
86
|
h1, h2, h3, h4, h5, h6, .h2Annex {
|
|
@@ -576,6 +582,7 @@ p.Biblio, p.NormRef {
|
|
|
576
582
|
|
|
577
583
|
.figure, .Sourcecode {
|
|
578
584
|
font-family: $monospacefont;
|
|
585
|
+
font-variant-ligatures: none;
|
|
579
586
|
background-color: #f7f7f7;
|
|
580
587
|
font-size: 0.8em;
|
|
581
588
|
line-height: 1.6em;
|
|
@@ -729,6 +736,7 @@ a.footnote-number {
|
|
|
729
736
|
|
|
730
737
|
.contact-info p, .contact-info a {
|
|
731
738
|
font-family: $monospacefont;
|
|
739
|
+
font-variant-ligatures: none;
|
|
732
740
|
font-weight: 400;
|
|
733
741
|
}
|
|
734
742
|
|
|
@@ -974,6 +982,7 @@ To top button
|
|
|
974
982
|
|
|
975
983
|
#myBtn {
|
|
976
984
|
font-family: $monospacefont;
|
|
985
|
+
font-variant-ligatures: none;
|
|
977
986
|
display: none;
|
|
978
987
|
position: fixed;
|
|
979
988
|
bottom: 20px;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metanorma-mpfd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-12-
|
|
11
|
+
date: 2018-12-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: asciidoctor
|