metanorma-iho 0.5.2 → 0.5.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/iho/html/iho.css +1 -2
- data/lib/isodoc/iho/html/iho.scss +0 -1
- data/lib/isodoc/iho/iho.specification.xsl +610 -149
- data/lib/isodoc/iho/iho.standard.xsl +610 -149
- data/lib/metanorma/iho/basicdoc.rng +5 -3
- data/lib/metanorma/iho/biblio.rng +5 -3
- data/lib/metanorma/iho/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: ee0ce9c8c2bd6d95f99e1a81307f83751cea7086046359bf0c98c4567ba3c8e3
|
4
|
+
data.tar.gz: 0addeac4155072d4eed975211ad8ed40a3da6f3a6ff8f97c35f53be9422392ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 576967ae59fddeeadde1f4b18ecc7ac78f0fc32c3535920cd84164846534666a55e3104f0ba42d1f6a2a11c61ee379f22d1d7c71913974f5bbe9b870201219cf
|
7
|
+
data.tar.gz: d3842b851ccc0f122b2b5cb0b631078a611d87a836d722bedfa0d46b7bd226b8adc95c126221c728964f7e12e768948e47257476634d49ee3a704cab09c5e408
|
data/lib/isodoc/iho/html/iho.css
CHANGED
@@ -785,8 +785,7 @@ div.example p.MsoListParagraph {
|
|
785
785
|
font-size: {{smallerfontsize}}; }
|
786
786
|
|
787
787
|
div.Note p.MsoListParagraph {
|
788
|
-
font-size: {{smallerfontsize}};
|
789
|
-
margin-left: 1.0cm; }
|
788
|
+
font-size: {{smallerfontsize}}; }
|
790
789
|
|
791
790
|
div.Note span.stem {
|
792
791
|
font-size: {{smallerfontsize}}; }
|