metanorma-csd 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 98bb923f1fa0d6386171746c6c1f6256026408aad33555851703591774886c6e
4
- data.tar.gz: ffe452187fcda8f1b0a6902aa6c62c3aa370808803fc7f1184761189d8d9c40b
3
+ metadata.gz: f90cd60a9e021755b1e8aad94de86f1b8a3a6a3e67900f2d1ef91abe472e56b2
4
+ data.tar.gz: efb26635649632f5835221b5ad41a10ef39bdd5ad22afafd03ed0e1c93d2524b
5
5
  SHA512:
6
- metadata.gz: c9f378917cd2b3a1623944501c908f7b76d4675c4e690cba3132c4516211040a1f4a23ac009d4bc69fa5499ebd0ce5d424486a7e3a96b532515de348be10d128
7
- data.tar.gz: 5589a1b8c394532d1030cfaf4134ece3857148e391c23ab4feaadf16ed634ad712d5aa9d7cbf3d6c005c4bf95f44c1651a50254d4dc0dbb6cecc4527926a277a
6
+ metadata.gz: bbc4a4f774038675aadef92328cfd3c06dcee3dc3edde6e8e2dba49b6402bb733b1661b1f5fdcb22da0eac059530045e66d6b8f7d4538b5460a1b7c47d5755f3
7
+ data.tar.gz: 5a94af0b3c1a505531fa68cc801117a95771f47836c4330803c12bf9b4ee6312bd0c9579833aa58a7d7bda4df4aaf328ef85d0cbd55e340b13d5660d73cb12d6
@@ -1,5 +1,5 @@
1
1
  module Asciidoctor
2
2
  module Csd
3
- VERSION = "1.0.3"
3
+ VERSION = "1.0.4"
4
4
  end
5
5
  end
@@ -203,6 +203,79 @@ p.IntroTitle, li.IntroTitle, div.IntroTitle
203
203
  mso-ansi-language:EN-GB;
204
204
  font-weight:bold;
205
205
  mso-bidi-font-weight:normal;}
206
+ p.Terms, li.Terms, div.Terms
207
+ {mso-style-name:"Term\(s\)";
208
+ mso-style-priority:8;
209
+ mso-style-unhide:no;
210
+ mso-style-next:Definition;
211
+ margin:0cm;
212
+ margin-bottom:.0001pt;
213
+ line-height:12.0pt;
214
+ mso-pagination:widow-orphan;
215
+ page-break-after:avoid;
216
+ mso-hyphenate:none;
217
+ tab-stops:20.15pt;
218
+ font-size:11.0pt;
219
+ font-family:$headerfont;
220
+ mso-fareast-font-family:$headerfont;
221
+ mso-bidi-font-family:$headerfont;
222
+ mso-ansi-language:EN-GB;
223
+ font-weight:bold;
224
+ mso-bidi-font-weight:normal;}
225
+ p.AltTerms, li.AltTerms, div.AltTerms
226
+ {mso-style-name:"AltTerm\(s\)";
227
+ mso-style-priority:8;
228
+ mso-style-unhide:no;
229
+ mso-style-next:Definition;
230
+ margin:0cm;
231
+ margin-bottom:.0001pt;
232
+ line-height:12.0pt;
233
+ mso-pagination:widow-orphan;
234
+ page-break-after:avoid;
235
+ mso-hyphenate:none;
236
+ tab-stops:20.15pt;
237
+ font-size:11.0pt;
238
+ font-family:$bodyfont;
239
+ mso-fareast-font-family:$bodyfont;
240
+ mso-bidi-font-family:$bodyfont;
241
+ mso-ansi-language:EN-GB;
242
+ mso-bidi-font-weight:normal;}
243
+ p.DeprecatedTerms, li.DeprecatedTerms, div.DeprecatedTerms
244
+ {mso-style-name:"DeprecatedTerm\(s\)";
245
+ mso-style-priority:8;
246
+ mso-style-unhide:no;
247
+ mso-style-next:Definition;
248
+ margin:0cm;
249
+ margin-bottom:.0001pt;
250
+ line-height:12.0pt;
251
+ mso-pagination:widow-orphan;
252
+ page-break-after:avoid;
253
+ mso-hyphenate:none;
254
+ tab-stops:20.15pt;
255
+ font-size:11.0pt;
256
+ font-family:$bodyfont;
257
+ mso-fareast-font-family:$bodyfont;
258
+ mso-bidi-font-family:$bodyfont;
259
+ mso-ansi-language:EN-GB;
260
+ mso-bidi-font-weight:normal;}
261
+ p.TermNum, li.TermNum, div.TermNum
262
+ {mso-style-name:TermNum;
263
+ mso-style-priority:7;
264
+ mso-style-unhide:no;
265
+ mso-style-next:"Term\(s\)";
266
+ margin:0cm;
267
+ margin-bottom:.0001pt;
268
+ line-height:12.0pt;
269
+ mso-pagination:widow-orphan;
270
+ page-break-after:avoid;
271
+ tab-stops:20.15pt;
272
+ font-size:11.0pt;
273
+ font-family:$headerfont;
274
+ mso-fareast-font-family:$headerfont;
275
+ mso-bidi-font-family:$headerfont;
276
+ mso-ansi-language:EN-GB;
277
+ font-weight:bold;
278
+ mso-bidi-font-weight:normal;}
206
279
  p.zzContents, li.zzContents, div.zzContents
207
280
  {mso-style-name:zzContents;
208
281
  mso-style-noshow:yes;
@@ -555,10 +628,3 @@ table.dl
555
628
  margin-right:0cm;
556
629
  margin-bottom:11.0pt;
557
630
  margin-left:20.15pt;}
558
- ol
559
- {margin-bottom:0cm;
560
- margin-left:0cm;}
561
- ul
562
- {margin-bottom:0cm;
563
- margin-left:0cm;}
564
-
@@ -529,7 +529,7 @@ span.obligation {
529
529
  margin-left: 1.2em;
530
530
  }
531
531
 
532
- ul {
532
+ ol {
533
533
  margin-left: 1.2em; }
534
534
 
535
535
  ul > li {
@@ -393,6 +393,32 @@ h1.Annex
393
393
  mso-ansi-language:EN-GB;
394
394
  mso-fareast-language:JA;
395
395
  mso-bidi-font-weight:normal;}
396
+ .h2Annex
397
+ {mso-style-priority:2;
398
+ mso-style-unhide:no;
399
+ mso-style-qformat:yes;
400
+ mso-style-parent:"Heading 1";
401
+ mso-style-link:"Heading 2 Char";
402
+ mso-style-next:Normal;
403
+ margin-top:3.0pt;
404
+ margin-right:0cm;
405
+ margin-bottom:12.0pt;
406
+ margin-left:0cm;
407
+ text-indent:0cm;
408
+ line-height:12.5pt;
409
+ mso-pagination:widow-orphan;
410
+ page-break-after:avoid;
411
+ mso-outline-level:2;
412
+ mso-hyphenate:none;
413
+ tab-stops:27.0pt 35.0pt;
414
+ font-size:12.0pt;
415
+ mso-bidi-font-size:11.0pt;
416
+ font-family:$headerfont;
417
+ mso-fareast-font-family:$headerfont;
418
+ color:#0E1A85;
419
+ mso-ansi-language:EN-GB;
420
+ mso-fareast-language:JA;
421
+ mso-bidi-font-weight:normal;}
396
422
  h2
397
423
  {mso-style-priority:2;
398
424
  mso-style-unhide:no;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-csd
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.