metanorma-bipm 1.2.0 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -495,10 +495,12 @@ h3 {
495
495
  font-size: 1.1em;
496
496
  font-weight: 100; }
497
497
 
498
- .TermNum, .Terms, .AltTerms {
499
- color: #6C734A;
498
+ .TermNum {
500
499
  font-weight: 100; }
501
500
 
501
+ .TermNum, .Terms, .AltTerms {
502
+ color: #6C734A; }
503
+
502
504
  h2.TermNum {
503
505
  margin-bottom: 0; }
504
506
 
@@ -189,9 +189,12 @@ p.document-stage {
189
189
  font-weight: 100;
190
190
  }
191
191
 
192
+ .TermNum {
193
+ font-weight: 100;
194
+ }
195
+
192
196
  .TermNum, .Terms, .AltTerms {
193
197
  color: #6C734A;
194
- font-weight: 100;
195
198
  }
196
199
 
197
200
  h2.TermNum {
@@ -17,7 +17,6 @@ $('#toggle').on('click', function(){
17
17
  else {
18
18
  $('nav').show();
19
19
  $('nav').animate({ 'left': '0px' }, 'slow');
20
- $('.container').animate({ 'padding-left': '360px' }, 'slow');
21
20
  }
22
21
  });
23
22
  </script>