metanorma-bipm 2.2.4 → 2.2.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -125,6 +125,10 @@ a.FootnoteRef + a.FootnoteRef:before {
125
125
  content: ", ";
126
126
  vertical-align: super; }
127
127
 
128
+ a.TableFootnoteRef + a.TableFootnoteRef:before {
129
+ content: ", ";
130
+ vertical-align: super; }
131
+
128
132
  .addition {
129
133
  color: blue; }
130
134
 
@@ -414,6 +418,10 @@ div.figure {
414
418
  max-width: 100%;
415
419
  height: auto; }
416
420
 
421
+ table div.figure {
422
+ padding: 0;
423
+ margin: 0; }
424
+
417
425
  /*
418
426
  Document types + stages
419
427
  */
@@ -120,6 +120,12 @@ div.figure {
120
120
  @include figureBlock();
121
121
  }
122
122
 
123
+ table div.figure {
124
+ padding: 0;
125
+ margin: 0;
126
+ }
127
+
128
+
123
129
  /*
124
130
  Document types + stages
125
131
  */
@@ -22,4 +22,4 @@ source: Adapted from
22
22
  note: "Note:"
23
23
  prefacenote: "NOTE:"
24
24
  listnote: "Note:"
25
- termnote: "Note % to entry"
25
+ termnote: "Note % to entry:"