metanorma-ribose 2.6.7 → 2.6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 88ce21b01f65a82ec7155bf3f0459f6d5fc080c841065d77a9799569e850677a
4
- data.tar.gz: 7109bb4e29db1d06021b7f97944b4437cb48046362989cacc18fb6013a916b33
3
+ metadata.gz: 172b7fd2134f199a4fa5bdb1114e65ae3f94510c6c6617329a98b982b7351b07
4
+ data.tar.gz: 7af5dd3d0e2ddf47ac7b7588d4b3175ac01c972d05898849d2b58e4bb4047e74
5
5
  SHA512:
6
- metadata.gz: cfe92860ca2802ebe3c6868a5ea4ba7995f3ff1e8d33536b2a52fe21c44930d5268a04aaa55a5a7823fb7659f4528d2068f9376a85f535d4b44a78810b36a19d
7
- data.tar.gz: 4b333e8c464447c9ee99e1b6a6c181f1f53d44710b0fd56ad6875ca8b75cb524dcc56e1c7ed498fb8179d1763d06b7c649e9e5db896dbaee67c93745cd73605a
6
+ metadata.gz: cdb07f136c7cd54d1e7e989d24f8793ce8f3fd6c0be8e1609827fc705697d47f8c30f0e527ac0633da4e4d3a49c51657980a839c4232a3fba072f7037ae37819
7
+ data.tar.gz: db36f797970233422e137e95e1c8ef2a4b1ce8c5e5a886b94348c7d387ccbb732b392a53059a61a67f9d56d9574eef1120601c5c49eac4426d2cafa24cbeb906
@@ -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
- overflow: visible;
328
+ height: auto; /* ← key to maintaining aspect ratio */
329
+ display: block; /* ← removes unwanted inline spacing */
324
330
  }
325
331
 
326
332
  #standard-band {
@@ -30,14 +30,6 @@ module IsoDoc
30
30
  %w(), doc)
31
31
  end
32
32
 
33
- # KILL
34
- def clausex(docxml)
35
- super
36
- docxml.xpath(ns("//appendix")).each do |x|
37
- clause1(x)
38
- end
39
- end
40
-
41
33
  def ul_label_list(_elem)
42
34
  %w(o — •)
43
35
  end