Fossil

Diff
Login

Diff

Differences From Artifact [8a3c887333]:

To Artifact [f3fa5bc5a3]:


527
528
529
530
531
532
533


534
535


536
537
538

539
540
541
542
543


544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579

580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614



615
616

617
618

619
620

621

622
623
624


625
626
627
628
629
630
631
527
528
529
530
531
532
533
534
535


536
537
538
539

540

541
542


543
544





545






























546



































547
548
549
550

551


552
553
554
555

556
557


558
559
560
561
562
563
564
565
566







+
+
-
-
+
+


-
+
-


-
-
+
+
-
-
-
-
-

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+

-
+
-
-
+


+
-
+

-
-
+
+







ul.filelist {
  margin-top: 3px;
  line-height: 100%;
}
ul.filelist li {
  padding-top: 1px;
}

/* Rules governing diff layout and colors */
table.sbsdiffcols {
  width: 90%;
table.diff {
  width: 98%;
  border-spacing: 0;
}
table.sbsdiffcols td {
table.diff td {
  padding: 0;
  vertical-align: top;
}
table.sbsdiffcols pre {
  margin: 0;
table.diff pre {
  margin: 0 0 0 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  background: inherit;
  color: inherit;
}
div.difflncol {
  padding-right: 1em;
  text-align: right;
  color: #a0a0a0;
}
div.difftxtcol {
  width: 45em;
  overflow-x: auto;
}
div.diffmkrcol {
  padding: 0 1em;
}
span.diffchng {
  background-color: #c0c0ff;
  font-weight: bold;
}
span.diffadd {
  background-color: #c0ffc0;
  font-weight: bold;
}
span.diffrm {
  background-color: #ffc8c8;
  font-weight: bold;
}
span.diffhr {
  display: inline-block;
  margin: .5em 0 1em;
  color: #0000ff;
}
span.diffln {
td.diffln {
  color: #a0a0a0;
}
pre.udiffln {
  color: #a0a0a0;
}
pre.udiffln ins {
  background-color: #a0e4b2;
  text-decoration: none;
}
pre.udiffln del {
  background-color: #ffc0c0;
  text-decoration: none;
}
pre.udifftxt ins {
  background-color: #dafbe1;
  text-decoration: none;
}
pre.udifftxt del {
  background-color: #ffe8e8;
  text-decoration: none;
}
pre.udifftxt ins mark {
  background-color: #a0e4b2;
  text-decoration: none;
  font-weight: bold;
}
pre.udifftxt del mark {
  background-color: #ffc0c0;
  text-decoration: none;
  font-weight: bold;
}

table.diff {
  width: 90%;
  border-spacing: 0;
  width: 1px;
  text-align: right;
  padding: 0 1em 0 0;
}
td.diffln {
td.difflne {
  text-align: right;
  padding: 0 0 0 1em;
  padding-bottom: 0.4em;
}
td.diffsep {
  width: 1px;
  padding: 0 0.5em 0 0.5em;
  padding: 0 0.3em 0 1em;
}
td.difftxt {
  width: 100%;
td.difftxt pre {
  overflow-x: auto;
}
td.diffln ins {
  background-color: #a0e4b2;
  text-decoration: none;
}
td.diffln del {
  background-color: #ffc0c0;
645
646
647
648
649
650
651
652

653
654
655
656
657

658
659
660
661
662
663
664
580
581
582
583
584
585
586

587
588
589
590
591

592
593
594
595
596
597
598
599







-
+




-
+







  text-decoration: none;
  font-weight: bold;
}
td.difftxt ins {
  background-color: #dafbe1;
  text-decoration: none;
}
td.udifftxt ins > ins {
td.difftxt ins > ins {
  background-color: #a0e4b2;
  text-decoration: none;
  font-weight: bold;
}
td.udifftxt ins mark {
td.difftxt ins mark {
  background-color: #c0c0ff;
  text-decoration: none;
  font-weight: bold;
}


span.modpending {