metanorma-m3d 1.0.11 → 1.0.12
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/m3d/html/htmlstyle.scss +9 -0
- data/lib/metanorma/m3d/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: 796a15febdb1bdc732fe791cee368cba8b7660e0e23924b871c09beb61f13f85
|
|
4
|
+
data.tar.gz: 15ecfe1691a78b9b81ae353e2ed9580ff3f429fe046aa48728d9e6fabbd90696
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 78b14116bd7fa82fd31b9c42d4c51f44900e699f70f3875bf6299a13068883cc3ac3eff045fb5f4bb0ce9029e719300f06c5f9c1bfb1e12daf599b3d2550c357
|
|
7
|
+
data.tar.gz: 6b2f5226d9c462d1cceff426b8b8235768e1441974d89519f494cf939b7a1865f5e7511980840830736db7a31d89623502101ebe18f78df68d5999082e5e2134
|
|
@@ -84,6 +84,12 @@ time, mark, audio, video {
|
|
|
84
84
|
|
|
85
85
|
code, pre, tt, kbd, samp {
|
|
86
86
|
font-family: $monospacefont;
|
|
87
|
+
font-variant-ligatures: none;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
code *, pre *, tt *, kbd *, samp * {
|
|
91
|
+
font-family: $monospacefont !important;
|
|
92
|
+
font-variant-ligatures: none;
|
|
87
93
|
}
|
|
88
94
|
|
|
89
95
|
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
|
font-size: 0.8em;
|
|
580
587
|
line-height: 1.6em;
|
|
581
588
|
padding: 1.5em;
|
|
@@ -728,6 +735,7 @@ a.footnote-number {
|
|
|
728
735
|
|
|
729
736
|
.contact-info p, .contact-info a {
|
|
730
737
|
font-family: $monospacefont;
|
|
738
|
+
font-variant-ligatures: none;
|
|
731
739
|
font-weight: 400;
|
|
732
740
|
}
|
|
733
741
|
|
|
@@ -977,6 +985,7 @@ To top button
|
|
|
977
985
|
|
|
978
986
|
#myBtn {
|
|
979
987
|
font-family: $monospacefont;
|
|
988
|
+
font-variant-ligatures: none;
|
|
980
989
|
display: none;
|
|
981
990
|
position: fixed;
|
|
982
991
|
bottom: 20px;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metanorma-m3d
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.12
|
|
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
|