metanorma-acme 1.0.7 → 1.0.8
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/acme/html/htmlstyle.scss +9 -0
- data/lib/metanorma/acme/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: 7695563b6b961ffc6416b530556337a18e7d98b956dcf47524644bb23382ee3c
|
|
4
|
+
data.tar.gz: 14b88af6836dc8fd32c4a4ba898427b4e8fbfe6d73fcb501a58d0963811237e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6359389bdd65c0acd49acfc86ae2a1e530c4e1f845e3748286c8c28c320cf05aad428d64417c2a637778a8133e4f2b8c42b929ce5278296f5159cadd8d97c25f
|
|
7
|
+
data.tar.gz: d790765a41ecf4bf1c4eaafc272a86802d13e2058dab90df895dbd179e82954d36bf0ef94202a9e5c37d8c9a715a91e401164558bc8f455320345f4c686e187d
|
|
@@ -76,6 +76,12 @@ time, mark, audio, video {
|
|
|
76
76
|
|
|
77
77
|
code, pre, tt, kbd, samp {
|
|
78
78
|
font-family: $monospacefont;
|
|
79
|
+
font-variant-ligatures: none;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
code *, pre *, tt *, kbd *, samp * {
|
|
83
|
+
font-family: $monospacefont !important;
|
|
84
|
+
font-variant-ligatures: none;
|
|
79
85
|
}
|
|
80
86
|
|
|
81
87
|
h1, h2, h3, h4, h5, h6, .h2Annex {
|
|
@@ -566,6 +572,7 @@ p.Biblio, p.NormRef {
|
|
|
566
572
|
|
|
567
573
|
.figure, .Sourcecode {
|
|
568
574
|
font-family: $monospacefont;
|
|
575
|
+
font-variant-ligatures: none;
|
|
569
576
|
background-color: #f7f7f7;
|
|
570
577
|
font-size: 0.8em;
|
|
571
578
|
line-height: 1.6em;
|
|
@@ -708,6 +715,7 @@ a.footnote-number {
|
|
|
708
715
|
|
|
709
716
|
.contact-info p, .contact-info a {
|
|
710
717
|
font-family: $monospacefont;
|
|
718
|
+
font-variant-ligatures: none;
|
|
711
719
|
font-weight: 400;
|
|
712
720
|
}
|
|
713
721
|
|
|
@@ -892,6 +900,7 @@ To top button
|
|
|
892
900
|
|
|
893
901
|
#myBtn {
|
|
894
902
|
font-family: $monospacefont;
|
|
903
|
+
font-variant-ligatures: none;
|
|
895
904
|
display: none;
|
|
896
905
|
position: fixed;
|
|
897
906
|
bottom: 20px;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metanorma-acme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.8
|
|
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
|