metanorma-itu 2.6.1 → 2.6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dbcb42e5fe29abf586a2dc997e1b51fadd54b3cc7ac42080cb3a4ce695e67e17
4
- data.tar.gz: 82b84cf14a3e2ba3d5125cd65c932ef89f193ed0a27a73d7fc738611228f4eeb
3
+ metadata.gz: 346d2c87aa78cd5fb395c6fd02cc3befd9c1036aae504c5fdefb52bd3d40ef2f
4
+ data.tar.gz: b5fac201815f4a39caed6338dd00b3f0b9e3b1577364ac5c26f7bf27a75ea678
5
5
  SHA512:
6
- metadata.gz: b91998dbec05272b2aa1b256c9995c6043d1a107747df621056d4ea5ff97521aaebb2701271350173fd288fa7d5afebb6cac095c0ec080650aed78ce1bce5b2d
7
- data.tar.gz: d3b86191db7b9227f4a69c54cc50b199f0e179171d938e87a0a48f6191d19f5f141802059d97ebe7e47d6162440c9671140fb099be540266806ce23df6a50f4a
6
+ metadata.gz: 6e37fd693f75092e2dc9ad6dca9e27c07fd9bc3246d356572019b4dc87c10395c1cb32e36ffc710dec85be97fe365ba80abdc77f6f4b65b5edae556bdfbc82f6
7
+ data.tar.gz: 3813fdacce8df7b58c8f0f5ed10e9a84a94b82cd8661e63aec50e025450ada33534a4b0c716075d80046e87a8c9dc0634bd1684dc3621f6b6800b40db4eeab9f
@@ -311,6 +311,13 @@ h6:hover > a.anchor,
311
311
  padding: 0;
312
312
  }
313
313
 
314
+ svg {
315
+ width: 100%;
316
+ padding-bottom: 92%;
317
+ height: 1px;
318
+ overflow: visible;
319
+ }
320
+
314
321
  #standard-band {
315
322
  background-color: #0AC442;
316
323
  }
@@ -311,6 +311,13 @@ h6:hover > a.anchor,
311
311
  padding: 0;
312
312
  }
313
313
 
314
+ svg {
315
+ width: 100%;
316
+ padding-bottom: 92%;
317
+ height: 1px;
318
+ overflow: visible;
319
+ }
320
+
314
321
  #standard-band {
315
322
  background-color: #0AC442;
316
323
  }
@@ -1001,14 +1008,15 @@ pre {
1001
1008
  margin-left: auto;
1002
1009
  }
1003
1010
 
1011
+ /*
1004
1012
  svg {
1005
- position: absolute;
1006
- top: 0;
1007
- right: 0;
1008
- bottom: 0;
1009
- left: 0;
1013
+ position:absolute;
1014
+ top:0;
1015
+ right:0;
1016
+ bottom:0;
1017
+ left:0;
1010
1018
  }
1011
-
1019
+ */
1012
1020
  .authors-container {
1013
1021
  margin-top: 2em;
1014
1022
  }
@@ -211,6 +211,7 @@ pre {
211
211
  margin-left: auto;
212
212
  }
213
213
 
214
+ /*
214
215
  svg {
215
216
  position:absolute;
216
217
  top:0;
@@ -218,6 +219,7 @@ svg {
218
219
  bottom:0;
219
220
  left:0;
220
221
  }
222
+ */
221
223
 
222
224
  .authors-container {
223
225
  margin-top: 2em;