metanorma-csand 1.0.10 → 1.0.11
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/csand/html/htmlstyle.scss +9 -0
- data/lib/metanorma/csand/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: a8ce8f73711ec00490b6796c530e0bf76ff388ac7f5b6b99149c47133c1eb427
|
|
4
|
+
data.tar.gz: ad174d4b02445e376cf7757decaf3cc090de01affebdad67b2f6f77d7d0e36df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bcd4f4773800bda3b8764a2d9c01b29b74b6a3b07a13e7779664666bbba14d1010b32fd438fc5f4684f895ba28d98bf9b243814e063289db9e0597b90fa9cc1d
|
|
7
|
+
data.tar.gz: 1c5ba780094a618c2712aa1292be28a1336f8fbf2525da1996fdf86e5ece925349977cd63b8c360d19daaf69a17a21ca9e2b37d06044a64c97438ae2d1747e8b
|
|
@@ -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 {
|
|
@@ -561,6 +567,7 @@ p.Biblio, p.NormRef {
|
|
|
561
567
|
|
|
562
568
|
.figure, .Sourcecode {
|
|
563
569
|
font-family: $monospacefont;
|
|
570
|
+
font-variant-ligatures: none;
|
|
564
571
|
background-color: #F5F6F6;
|
|
565
572
|
font-size: 1em;
|
|
566
573
|
line-height: 1.6em;
|
|
@@ -722,6 +729,7 @@ a.footnote-number {
|
|
|
722
729
|
|
|
723
730
|
.contact-info p, .contact-info a {
|
|
724
731
|
font-family: $monospacefont;
|
|
732
|
+
font-variant-ligatures: none;
|
|
725
733
|
font-weight: 400;
|
|
726
734
|
}
|
|
727
735
|
|
|
@@ -983,6 +991,7 @@ To top button
|
|
|
983
991
|
|
|
984
992
|
#myBtn {
|
|
985
993
|
font-family: $monospacefont;
|
|
994
|
+
font-variant-ligatures: none;
|
|
986
995
|
display: none;
|
|
987
996
|
position: fixed;
|
|
988
997
|
bottom: 20px;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metanorma-csand
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.11
|
|
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
|