metanorma-un 0.8.2 → 0.8.3
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/un/html/unece.css +1 -2
- data/lib/isodoc/un/html/unece.scss +0 -1
- data/lib/isodoc/un/un.plenary-attachment.xsl +623 -231
- data/lib/isodoc/un/un.plenary.xsl +623 -231
- data/lib/isodoc/un/un.recommendation.xsl +612 -178
- data/lib/metanorma/un/basicdoc.rng +5 -3
- data/lib/metanorma/un/biblio.rng +5 -3
- data/lib/metanorma/un/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: 8e897d639b2d9b417a3ef99e1ab326938aa787cb4b2be3a45eb21ceaa0c1c218
|
4
|
+
data.tar.gz: 15a0b36d604f7a0fa1e0980f3881dd15c31feada00803363a01d9ddbdc2bb4fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2c920907aee14096ffc4e5569ea9cb41be0ab6373dcbe2658263e3a7fa93a69ee5d6e54afe9b6ca0c452b92ea710029c6b0adb196ee1ee68ba3afa1bb16de5b
|
7
|
+
data.tar.gz: 06b61b3e77df557c678eee78a85779d6c8e21cfc98bcd0a2d01fcd54aadd76063081b53269e09dd2a11a4c5da3e13a0757d69fbe4f971288e359cc8d2b64cebb
|
@@ -797,8 +797,7 @@ div.example p.MsoListParagraph {
|
|
797
797
|
font-size: {{smallerfontsize}}; }
|
798
798
|
|
799
799
|
div.Note p.MsoListParagraph {
|
800
|
-
font-size: {{smallerfontsize}};
|
801
|
-
margin-left: 1.0cm; }
|
800
|
+
font-size: {{smallerfontsize}}; }
|
802
801
|
|
803
802
|
div.Note span.stem {
|
804
803
|
font-size: {{smallerfontsize}}; }
|