metanorma-rsd 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/rsd/html/htmlstyle.scss +9 -0
- data/lib/metanorma/rsd/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: 17ba99fe26d10086b67c51a7bf7faf38306fdc9bac155769de589e2e73786f01
|
|
4
|
+
data.tar.gz: 48ea14db4faa42a5eadd58e194d0700b80a345ab7e99d58e6b66d7e3713d5fe4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0044e7343d26dd42403bd86aa4187b6760b7215fa7fdee07dbe3d03f4b7598695f3f11879fe04abeaf8cc9ffc6b21df2444de348e152ae36e8115f7fcac27307
|
|
7
|
+
data.tar.gz: 630ca871edef588bd03c656abe35d537b37f20f737f64ff76138b4ff5df371e96c0fdad4b5da77d49caad69ce2a098e250d808e14000e87c7378803ad46afde4
|
|
@@ -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 {
|
|
@@ -567,6 +573,7 @@ p.Biblio, p.NormRef {
|
|
|
567
573
|
|
|
568
574
|
.figure, .Sourcecode {
|
|
569
575
|
font-family: $monospacefont;
|
|
576
|
+
font-variant-ligatures: none;
|
|
570
577
|
background-color: #f7f7f7;
|
|
571
578
|
font-size: 0.8em;
|
|
572
579
|
line-height: 1.6em;
|
|
@@ -709,6 +716,7 @@ a.footnote-number {
|
|
|
709
716
|
|
|
710
717
|
.contact-info p, .contact-info a {
|
|
711
718
|
font-family: $monospacefont;
|
|
719
|
+
font-variant-ligatures: none;
|
|
712
720
|
font-weight: 400;
|
|
713
721
|
}
|
|
714
722
|
|
|
@@ -893,6 +901,7 @@ To top button
|
|
|
893
901
|
|
|
894
902
|
#myBtn {
|
|
895
903
|
font-family: $monospacefont;
|
|
904
|
+
font-variant-ligatures: none;
|
|
896
905
|
display: none;
|
|
897
906
|
position: fixed;
|
|
898
907
|
bottom: 20px;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metanorma-rsd
|
|
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
|