metanorma-csand 1.3.4 → 1.3.5
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/csand.scss +12 -3
- data/lib/isodoc/csand/html/wordstyle.scss +1 -1
- 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: 7881199e2b43847676130f25a9d3236556562907b44a77249e0a27b5860c6635
|
4
|
+
data.tar.gz: 82a1c2a5c9b65e09b854abdb714a191adacf2dd3ea31a7ea791dc92c107b49a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94f20691ed08ede2c4f496a36def68697c841b03427215753307e065c19eb77e105477684f30782baa5d83591e0bba1f9b85a5c87b9442051899f316b34181e9
|
7
|
+
data.tar.gz: 425663214bb0541d4b859da0046ce2fed1684e512fcbbe8f828c14c429f5b9af518ada5d4b62b9fef45d144e12c7cb8b580cedbe76b30100a641dd497d824e6a
|
@@ -643,8 +643,9 @@ div.coverpage_warning
|
|
643
643
|
{color:#485094;
|
644
644
|
font-size:10.0pt;}
|
645
645
|
|
646
|
-
a.TableFootnoteRef
|
646
|
+
a.TableFootnoteRef, span.TableFootnoteRef
|
647
647
|
{mso-style-priority:99;
|
648
|
+
mso-style-parent:"Footnote Reference";
|
648
649
|
vertical-align:super;}
|
649
650
|
|
650
651
|
aside {
|
@@ -656,11 +657,19 @@ font-weight: bold;
|
|
656
657
|
margin-left: -36.0pt;
|
657
658
|
}
|
658
659
|
|
659
|
-
p.example, li.example,
|
660
|
+
p.example, li.example, td.example {
|
661
|
+
margin-right: 0pt;
|
662
|
+
margin-left: 0pt;
|
663
|
+
}
|
664
|
+
|
665
|
+
div.example {
|
660
666
|
margin-top: 0cm;
|
661
|
-
margin-right: 36.0pt;
|
662
667
|
margin-bottom: 0cm;
|
668
|
+
margin-right: 36.0pt;
|
663
669
|
margin-left: 36.0pt;
|
670
|
+
}
|
671
|
+
|
672
|
+
p.example, li.example, div.example, td.example {
|
664
673
|
mso-pagination:none;
|
665
674
|
font-size:10.0pt;
|
666
675
|
font-family:$bodyfont;}
|
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.3.
|
4
|
+
version: 1.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-10-
|
11
|
+
date: 2019-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: asciidoctor
|