metanorma-csd 1.3.4 → 1.3.5

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: 205cbdf30c3042b3dbb656f841f0f91e06459b810553446f8fad73fc0988a75f
4
- data.tar.gz: bf31618e2b62723c21aeb7a03324af3a2cb5801d1a45817f400d9f45b361ecb4
3
+ metadata.gz: '0818db8ad14e2e6c27fb9db08255f818b5341622478ca1407ecfc88dcbbaa831'
4
+ data.tar.gz: f162a615f600d547fe40b9480c627aca75d4b90f16c193ea2baffdcb490c5c52
5
5
  SHA512:
6
- metadata.gz: b825b54d1322bdb05d0c611584f31000bfe8c3c79201b05a3e05e8242a784d173e80be3282e719feb8eaf8d0a1e850adc43bab9c19ae37fdf96d5e57b42a55bd
7
- data.tar.gz: 1402c09d61eb7aa43c1ca6f53043095ede6df4d4b6b8574ae7c745bba7644ab720652859bcb41980f6ac627e8e9d18f2b0f2baefda60ce4a2a52c1236edeec52
6
+ metadata.gz: 2efdc58197df2407323b0a4ea3d8e3b84e05b9ca56eb9e32cd6424cd5e7f46f3f3aeb4548f80dd1a8a7a39633d3e30268820d2f5a4f70a363270d88e7af4bb9d
7
+ data.tar.gz: 993f6f90e89ef8a9ee5ea74c3f7ab99b021f3de16c7257469f2f7c202fba3ec426f7419aec63fc34728defdf93e166df2ae1e7b9cf6fc310042bb46eb598fceb
@@ -23,10 +23,10 @@
23
23
  padding-bottom: 0.5em;
24
24
  font-family: $headerfont;
25
25
  font-size: 1.2em;
26
- line-height: 1.2em;
27
- font-weight: 600;
28
- padding-left: 1em;
29
- padding-right: 1em;
26
+ line-height: 1.2em;
27
+ font-weight: 600;
28
+ padding-left: 1em;
29
+ padding-right: 1em;
30
30
  }
31
31
 
32
32
  .title-section1 {
@@ -643,8 +643,9 @@ div.coverpage_warning
643
643
  {color:#485094;
644
644
  font-size:10.0pt;}
645
645
 
646
- a.TableFootnoteRef
646
+ a.TableFootnoteRef, span.TableFootnoteRef
647
647
  {mso-style-priority:99;
648
+ mso-style-parent:"Footnote Reference";
648
649
  vertical-align:super;}
649
650
 
650
651
  aside {
@@ -656,11 +657,19 @@ font-weight: bold;
656
657
  margin-left: -36.0pt;
657
658
  }
658
659
 
659
- p.example, li.example, div.example, td.example {
660
+ p.example, li.example, td.example {
661
+ margin-right: 0pt;
662
+ margin-left: 0pt;
663
+ }
664
+
665
+ div.example {
660
666
  margin-top: 0cm;
661
- margin-right: 36.0pt;
662
667
  margin-bottom: 0cm;
668
+ margin-right: 36.0pt;
663
669
  margin-left: 36.0pt;
670
+ }
671
+
672
+ p.example, li.example, div.example, td.example {
664
673
  mso-pagination:none;
665
674
  font-size:10.0pt;
666
675
  font-family:$bodyfont;}
@@ -57,6 +57,19 @@ nav {
57
57
 
58
58
  #toc {
59
59
  @include toc($colorLink: #485094, $colorLinkActiveBg: #1d1d1d, $colorLinkActiveFg: white);
60
+
61
+ ul {
62
+ margin-bottom: 0.25em;
63
+ }
64
+
65
+ li {
66
+ list-style-type: none;
67
+
68
+ &:before {
69
+ content: " " !important;
70
+ display: none;
71
+ }
72
+ }
60
73
  }
61
74
 
62
75
  .rule {
@@ -169,19 +182,6 @@ main li {
169
182
  padding-left: 0.5em;
170
183
  }
171
184
 
172
- #toc ul {
173
- margin-bottom: 0.25em;
174
- }
175
-
176
- #toc li {
177
- list-style-type: none;
178
- }
179
-
180
- #toc li:before {
181
- content: " ";
182
- display: none;
183
- }
184
-
185
185
 
186
186
  /* Bibliograhy */
187
187
 
@@ -228,7 +228,12 @@ p.Biblio:before, p.NormRef:before {
228
228
  }
229
229
  }
230
230
 
231
- .Admonition {
231
+ .blockquote, .Quote {
232
+ @include blockquoteBlock(#f7f7f7, $rightAlignAttribution: true);
233
+ }
234
+
235
+ .formula, .Formula {
236
+ @include formulaBlock(#f7f7f7);
232
237
  }
233
238
 
234
239
 
@@ -282,36 +287,12 @@ p.TableTitle {
282
287
  /* Footnotes */
283
288
 
284
289
  a.footnote-number {
285
- vertical-align: super;
286
- font-size: 0.8em;
290
+ vertical-align: super;
291
+ font-size: 0.8em;
287
292
  }
288
293
 
289
294
  .footnote {
290
- font-size: 0.9em;
291
- }
292
-
293
-
294
- /* Blockquotes */
295
-
296
- .Quote {
297
- background-color: #f7f7f7;
298
- font-style: italic;
299
- width: 80%;
300
- padding: 1.5em;
301
- margin-top: 2em;
302
- margin-left: auto;
303
- margin-right: auto;
304
- }
305
-
306
- .QuoteAttribution {
307
- text-align: right;
308
- }
309
-
310
-
311
- /* Formulas */
312
-
313
- .formula, .Formula {
314
- @include formulaBlock(#f7f7f7);
295
+ font-size: 0.9em;
315
296
  }
316
297
 
317
298
 
@@ -370,7 +351,7 @@ span.keyword {
370
351
  }
371
352
 
372
353
 
373
- @import '_coverpage';
354
+ @import 'coverpage';
374
355
 
375
356
 
376
357
  // To top button
@@ -312,7 +312,7 @@ span.blackgraphtx
312
312
  .MsoChpDefault
313
313
  {mso-style-type:export-only;
314
314
  mso-default-props:yes;}
315
- div.figure
315
+ div.figure, p.figure
316
316
  {text-align: center;}
317
317
 
318
318
 
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Csd
3
- VERSION = "1.3.4"
3
+ VERSION = "1.3.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-csd
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.4
4
+ version: 1.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-10-20 00:00:00.000000000 Z
11
+ date: 2019-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: metanorma-standoc