metanorma-itu 2.7.3 → 2.7.5

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: eb8bf7e5e0257fc5b9b45e29570ef8795fa09081324cf9f46ecab804c391f3f1
4
- data.tar.gz: 7d9fc8298ff090f86f28e2c1bbbbb3a0568a7c469f4d2fe81d3f38ae744c20b0
3
+ metadata.gz: 158cbb29c6757d123636c505d9ed550694b834f347630eb571a1f63c927d3c73
4
+ data.tar.gz: 6a904ea8c0a540edac4ad1da46cce585da9f8f0d01f930c13afbb3d7a87345dc
5
5
  SHA512:
6
- metadata.gz: 27dece3fc76d032be1a4b2dfec8c87218941f1c3b3a53d58e98da0469a4ffb337b18ab8d55cb90e6fa7f681f1f017bb879d9a5105774768647e4eff72fb44fae
7
- data.tar.gz: 0213a17156d09f29506faff10abcb51dd4f8e8e0826555cbba81d07790368e9e3aae2881373fb46f38a3afffa7cf658b9e4a64684fb4004fc5bcfb7c11ea7adf
6
+ metadata.gz: 5c4a42c2abd0ccee5168911ab62cf52f451af0e21da12bfaac5405904057de581d653d4fda8f1b8a5bc21eb91de46fa70e7ced8e53874b71bab6d78a3d877c01
7
+ data.tar.gz: fd8dd2f4c22f84f69a20f1cdef91ffb731f8b241e8218fcc1f4c8e4c2c35289e2d0b68d8599a3c5da2dba9d063e4aeb6fa2b7a2ed921729ec627a56ffb0b3d47
@@ -138,16 +138,6 @@ div.document-stage-band, div.document-type-band {
138
138
  background-color: #333333;
139
139
  }
140
140
 
141
- a.FootnoteRef + a.FootnoteRef::before {
142
- content: ", ";
143
- vertical-align: super;
144
- }
145
-
146
- a.TableFootnoteRef + a.TableFootnoteRef::before {
147
- content: ", ";
148
- vertical-align: super;
149
- }
150
-
151
141
  a.TableFootnoteRef, span.TableFootnoteRef,
152
142
  a.FootnoteRef, span.FootnoteRef {
153
143
  vertical-align: super;
@@ -138,16 +138,6 @@ div.document-stage-band, div.document-type-band {
138
138
  background-color: #333333;
139
139
  }
140
140
 
141
- a.FootnoteRef + a.FootnoteRef::before {
142
- content: ", ";
143
- vertical-align: super;
144
- }
145
-
146
- a.TableFootnoteRef + a.TableFootnoteRef::before {
147
- content: ", ";
148
- vertical-align: super;
149
- }
150
-
151
141
  a.TableFootnoteRef, span.TableFootnoteRef,
152
142
  a.FootnoteRef, span.FootnoteRef {
153
143
  vertical-align: super;
@@ -863,16 +853,6 @@ nav #toc {
863
853
  margin: 0;
864
854
  }
865
855
  }
866
- .figure {
867
- line-height: 1.6em;
868
- padding: 1.5em;
869
- margin: 2em 0 1em 0;
870
- overflow: auto;
871
- font-family: {{monospacefont}};
872
- font-variant-ligatures: none;
873
- background-color: #f6f6f6;
874
- font-size: {{monospacefontsize}};
875
- }
876
856
  .figure .FigureTitle, .figure .figure-title {
877
857
  font-weight: 700;
878
858
  font-size: 1em;
@@ -885,6 +865,16 @@ nav #toc {
885
865
  max-width: 100%;
886
866
  height: auto;
887
867
  }
868
+ .figure {
869
+ line-height: 1.6em;
870
+ padding: 1.5em;
871
+ margin: 2em 0 1em 0;
872
+ overflow: auto;
873
+ font-family: {{monospacefont}};
874
+ font-variant-ligatures: none;
875
+ background-color: #f6f6f6;
876
+ font-size: {{monospacefontsize}};
877
+ }
888
878
 
889
879
  table div.figure {
890
880
  padding: 0;
@@ -1202,11 +1192,13 @@ p.Biblio, p.NormRef {
1202
1192
  padding: 1.2em;
1203
1193
  margin: 2em 0 1em 0;
1204
1194
  text-align: left;
1205
- padding-left: 3.2em;
1206
1195
  }
1207
1196
  .example p {
1208
1197
  margin: 0;
1209
1198
  }
1199
+ .example {
1200
+ padding-left: 3.2em;
1201
+ }
1210
1202
  .example .example-title {
1211
1203
  font-weight: 700;
1212
1204
  text-transform: uppercase;
@@ -1272,7 +1264,6 @@ table:not(.biblio) {
1272
1264
  margin-left: auto;
1273
1265
  margin-right: auto;
1274
1266
  padding-right: 2em;
1275
- color: #141115;
1276
1267
  }
1277
1268
  table:not(.biblio), table:not(.biblio) th, table:not(.biblio) td {
1278
1269
  border: none;
@@ -1287,6 +1278,9 @@ table:not(.biblio) td.header {
1287
1278
  table:not(.biblio), table:not(.biblio) th, table:not(.biblio) td {
1288
1279
  border: none !important;
1289
1280
  }
1281
+ table:not(.biblio) {
1282
+ color: #141115;
1283
+ }
1290
1284
  table:not(.biblio) tr:nth-child(even) {
1291
1285
  background: #f1f8ff;
1292
1286
  }
@@ -78,7 +78,6 @@ module IsoDoc
78
78
  super
79
79
  end
80
80
 
81
-
82
81
  include BaseConvert
83
82
  include Init
84
83
  end