Fossil

Diff
Login

Differences From Artifact [daa42d746d]:

To Artifact [39eca07039]:


1663
1664
1665
1666
1667
1668
1669

1670

1671
1672
1673

1674
1675
1676
1677



1678
1679
1680
1681





1682
1683

1684
1685

1686

1687
1688
1689

1690


1691

1692
1693










1694

1695
1696
1697

1698
1699

1700
1701
1702
1703

1704
1705
1706
1707



1708
1709
1710
1711
1712






1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1663
1664
1665
1666
1667
1668
1669
1670

1671
1672
1673

1674
1675
1676


1677
1678
1679
1680



1681
1682
1683
1684
1685


1686
1687

1688

1689
1690
1691

1692
1693
1694
1695

1696
1697

1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711

1712
1713

1714
1715
1716
1717

1718




1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737




1738
1739
1740
1741
1742
1743
1744







+
-
+


-
+


-
-
+
+
+

-
-
-
+
+
+
+
+
-
-
+

-
+
-
+


-
+

+
+
-
+

-
+
+
+
+
+
+
+
+
+
+

+


-
+

-
+



-
+
-
-
-
-
+
+
+





+
+
+
+
+
+





-
-
-
-







body.branch .submenu > a.timeline-link.selected {
  display: inline;
}

.monospace {
  font-family: monospace;
}

div.content  div.markdown > ol.footnotes {
div.markdown > ol.footnotes {
  font-size: 90%;
}
div.content  div.markdown > ol.footnotes > li {
div.markdown > ol.footnotes > li {
  margin-bottom: 0.5em;
}
div.markdown ol.footnotes > li.misreferences {
  background: #ffdddd;
div.markdown ol.footnotes > li.fn-joined > sup.fn-joined {
  color: gray;
  font-family: monospace;
}
div.markdown ol.footnotes > li.unreferenced:first-child,
div.markdown ol.footnotes > li.misreferences {
  margin-top:     0.75em;
div.markdown ol.footnotes > li.fn-joined > sup.fn-joined::after {
  content: "(joined from multiple locations) ";
}
div.markdown ol.footnotes > li.fn-misreference {
  margin-top:    0.75em;
  padding-top:    0.25em;
  padding-bottom: 0.25em;
  margin-bottom: 0.75em;
}
div.markdown ol.footnotes > li.unreferenced {
div.markdown ol.footnotes > li.fn-misreference,
  padding-left: 0.5em;
div.markdown ol.footnotes > li.fn-unreferenced {
  color: gray;
}
div.markdown ol.footnotes > li.unreferenced > code {
div.markdown ol.footnotes > li.fn-misreference > span {
  color: red;
}
div.markdown ol.footnotes > li.fn-misreference > span::after {
  font-weight: bold;
  content: " (use of undefined label).";
}
div.markdown ol.footnotes > li.unreferenced > pre {
div.markdown ol.footnotes > li.fn-unreferenced {
  padding-left: 0.5em;
}
div.markdown ol.footnotes > li.fn-unreferenced > code {
  color: red;
}
div.markdown ol.footnotes > li.fn-unreferenced > i::after {
  content: " was defined but is not referenced";
}
div.markdown ol.footnotes > li.fn-unreferenced > pre {
  color: gray;
  font-size: 85%;
  padding-left: 0.5em;
  margin-top:  0.25em;
  border-left: 3px solid red;
  border-left: 2px solid red;
}
div.content  div.markdown > ol.footnotes > li > .footnote-backrefs {
div.markdown > ol.footnotes > li > .fn-backrefs {
  margin-right: 0.5em;
  font-weight: bold;
}
div.markdown > ol.footnotes > li > .footnote-backrefs > a:target {
div.markdown > ol.footnotes > li > .fn-backrefs > a,
  background: gold;
}
div.markdown sup.noteref > a:target {
  background: gold;
div.markdown sup.noteref > a {
  padding-left:  2px;
  padding-right: 2px;
}
div.markdown sup.noteref.misref,
div.markdown sup.noteref.misref > a {
  color: red;
  font-size: 90%;
}
div.markdown sup.noteref > a:target,
div.markdown span.notescope:target > sup.noteref > a,
div.markdown span.notescope:hover  > sup.noteref > a,
div.markdown > ol.footnotes > li > .fn-backrefs > a:target {
  background: gold;
}
div.markdown span.notescope:hover,
div.markdown span.notescope:target {
  border-bottom: 2px solid gold;
}
div.markdown span.notescope:hover  > sup.noteref > a,
div.markdown span.notescope:target > sup.noteref > a {
  background: gold;
}

/* Objects in the "desktoponly" class are invisible on mobile */
@media screen and (max-width: 600px) {
  .desktoponly {
    display: none;
  }
}