metanorma-iho 1.1.8 → 1.1.9
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/htmlstyle.css +7 -1
- data/lib/isodoc/iho/iho.specification.xsl +9791 -10323
- data/lib/isodoc/iho/iho.standard.xsl +9791 -10323
- data/lib/isodoc/iho/presentation_xml_convert.rb +3 -2
- data/lib/metanorma/iho/version.rb +1 -1
- data/metanorma-iho.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 21386e3e43b05aa9ba41ef70d7966e0aa04a7b83c43b4216a88ff779ab1a760b
|
4
|
+
data.tar.gz: f85a89ab693c5c8ad03c9cf78491b9daa7f12c90148c434384238bc440fc9f22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2aa9ca2873f5b60e76e1fbb5565df6a8705a6418b964ca5e0b7ec201763a8d5171515c7222a58568594fb09c714a23ba6fe89cc7418315a7359217055a08427f
|
7
|
+
data.tar.gz: a6118c8016d771e913acef153aeba37cd4c2874b43712739947a573a798a23d1ade8edbe1fc62f97f1877062badd4e00156a8fab3188cc3a9a6f980b9fbd01eb
|
@@ -318,9 +318,15 @@ h6:hover > a.anchor,
|
|
318
318
|
padding: 0;
|
319
319
|
}
|
320
320
|
|
321
|
+
.svg-container {
|
322
|
+
width: 100%; /* or any desired width */
|
323
|
+
display: block; /* ← removes unwanted inline spacing */
|
324
|
+
}
|
325
|
+
|
321
326
|
svg {
|
322
327
|
width: 100%;
|
323
|
-
|
328
|
+
height: auto; /* ← key to maintaining aspect ratio */
|
329
|
+
display: block; /* ← removes unwanted inline spacing */
|
324
330
|
}
|
325
331
|
|
326
332
|
#standard-band {
|