metanorma-gb 1.3.5 → 1.3.6
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 04ad77c6195a930717f88acef51e82ccf8e48a6f5828ae8cdcdb5e4ecad04f14
|
|
4
|
+
data.tar.gz: bba1ca38fe787e9651291af3718ea0ae05e5114fa1b56a77cde86e8b47c7a22b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 47d00cccd13a20bafcee7ceb8883897beb9720b6004ba4a08b57ebd92f85e3cc5ad657f23c85f334686587d6934f44ae2ecfa1003dc1759c61f4e788744d76bf
|
|
7
|
+
data.tar.gz: 3bdbeb25d3360bf667f4b832d67af789f6917776ff2aa478f30e4fcd2904f84d364669bb200408d5b43e440cf8201f7676fe3dc6d03c34a439feb84c8d2a0933
|
data/lib/isodoc/gb/html/gb.scss
CHANGED
|
@@ -464,8 +464,9 @@ div.coverpage_warning
|
|
|
464
464
|
{text-align:left;
|
|
465
465
|
margin-left:auto;
|
|
466
466
|
margin-right:auto;}
|
|
467
|
-
a.TableFootnoteRef
|
|
467
|
+
a.TableFootnoteRef, span.TableFootnoteRef
|
|
468
468
|
{mso-style-priority:99;
|
|
469
|
+
mso-style-parent:"Footnote Reference";
|
|
469
470
|
vertical-align:super;}
|
|
470
471
|
aside {font-size:10.0pt;}
|
|
471
472
|
.Hant
|
|
@@ -489,8 +490,6 @@ p.example, li.example, div.example, td.example
|
|
|
489
490
|
mso-style-unhide:no;
|
|
490
491
|
mso-style-parent:"";
|
|
491
492
|
mso-style-next:示例内容;
|
|
492
|
-
margin:0in;
|
|
493
|
-
margin-bottom:.0001pt;
|
|
494
493
|
text-align:justify;
|
|
495
494
|
text-justify:inter-ideograph;
|
|
496
495
|
tab-stops:20.15pt;
|
|
@@ -502,6 +501,11 @@ p.example, li.example, div.example, td.example
|
|
|
502
501
|
mso-hansi-font-family:$bodyfont;
|
|
503
502
|
mso-bidi-font-family:$bodyfont;}
|
|
504
503
|
|
|
504
|
+
div.example, td.example {
|
|
505
|
+
margin:0in;
|
|
506
|
+
margin-bottom:.0001pt;
|
|
507
|
+
}
|
|
508
|
+
|
|
505
509
|
td.example p.MsoListParagraph {
|
|
506
510
|
font-size: 9.0pt;
|
|
507
511
|
}
|
data/lib/metanorma/gb/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metanorma-gb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.6
|
|
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: metanorma-iso
|