metanorma-un 0.10.11 → 0.10.13

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: 44b206001d6db1ddd4899f7c2f9554855c0f0888d4aa6d6379b63e2b6872a515
4
- data.tar.gz: 70a0d21ad1ec44c8cb897e97219ab627c14fa22b0880f3ae04265fe38acaf549
3
+ metadata.gz: 04e000256ab134b80a72f9a876d5b8b6864529306a476ceffd7c164dc4ba366e
4
+ data.tar.gz: b8191bfffd99a65df9d3b56ddc4bc2db5f3820530ae56637a1b7f32a58b5840e
5
5
  SHA512:
6
- metadata.gz: bd8e8c78fde157cc7740f56c6499e65a0c328edd8a64db4d2852891a5ebf3f98d92d8f19d641a70f77ee8849ec1210d476469d899abffcb78a14aa4c03822a75
7
- data.tar.gz: 641505f4668757c5c3e27e3eee4ee3cc747cc6d15505f637da1b0a706fa20e7ec9bb1dd6036595c7f2f7d41b917b1704c01b422764e88cdbc55592fb160d1c41
6
+ metadata.gz: b61fa9f4b6176a45223ad7b31ee0909be4dc08f6ad957eb6a7a1ebaeccc0768eb0b25bea1cd0594da11784f859d1c5f7d6ab425f8b05fd93dfd10b3f4ad20973
7
+ data.tar.gz: 48ab9f757cca73b72fb187fa8b9f23148b3aef42a492785e4042caf67d6ad96a804890e3b2f1f585fd2d4f4afd1f67caedf87b446ccd53ff6f2f979f6d14a1dd
@@ -97,7 +97,7 @@ h1, h2, h3, h4, h5, h6 {
97
97
 
98
98
  blockquote, q {
99
99
  quotes: none; }
100
- blockquote:before, blockquote:after, q:before, q:after {
100
+ blockquote::before, blockquote::after, q::before, q::after {
101
101
  content: '';
102
102
  content: none; }
103
103
 
@@ -120,14 +120,18 @@ b, strong {
120
120
  div.document-stage-band, div.document-type-band {
121
121
  background-color: #333333; }
122
122
 
123
- a.FootnoteRef + a.FootnoteRef:before {
123
+ a.FootnoteRef + a.FootnoteRef::before {
124
124
  content: ", ";
125
125
  vertical-align: super; }
126
126
 
127
- a.TableFootnoteRef + a.TableFootnoteRef:before {
127
+ a.TableFootnoteRef + a.TableFootnoteRef::before {
128
128
  content: ", ";
129
129
  vertical-align: super; }
130
130
 
131
+ a.TableFootnoteRef, span.TableFootnoteRef,
132
+ a.FootnoteRef, span.FootnoteRef {
133
+ vertical-align: super; }
134
+
131
135
  .addition {
132
136
  color: blue; }
133
137
 
@@ -751,7 +755,7 @@ ol ul > li:first-child {
751
755
  #toc-list li {
752
756
  list-style-type: none; }
753
757
 
754
- #toc li:before {
758
+ #toc li::before {
755
759
  content: " ";
756
760
  display: none; }
757
761
 
@@ -424,7 +424,7 @@ ol ul > li:first-child {
424
424
  list-style-type: none;
425
425
  }
426
426
 
427
- #toc li:before {
427
+ #toc li::before {
428
428
  content: " ";
429
429
  display: none;
430
430
  }
@@ -1,3 +1,4 @@
1
1
  admonition: Box
2
2
  abstract: Summary
3
3
  paragraph: paragraph
4
+ table_of_contents: Contents