Fossil

Diff
Login

Diff

Differences From Artifact [3a6cb486f8]:

To Artifact [65b2618cb3]:


947
948
949
950
951
952
953
954

955
956
957
958

959
960
961
962

963
964
965
966
967
968
969
947
948
949
950
951
952
953

954
955
956
957

958
959
960
961

962
963
964
965
966
967
968
969







-
+



-
+



-
+







span.timelineSelected {
  border-radius: 5px;
  border: solid #ff8000;
  vertical-align: top;
  text-align: left;
  background: #442800
}
.timelineSelected {
tr.timelineSelected {
  background: #663C00;
  box-shadow: 0px 0px 6px rgb(255, 127, 0)
}
.timelineSecondary {
tr.timelineSecondary {
  background: #003C66;
  box-shadow: 0px 0px 6px rgb(0, 127, 255)
}
.timelineCurrent {
tr.timelineCurrent {
  background: #66003C;
  box-shadow: 0px 0px 6px rgb(255, 0, 127)
}
.timelineSecondary > .timelineColumnarCell,
.timelineSecondary > .timelineCompactCell,
.timelineSecondary > .timelineDetailCell,
.timelineSecondary > .timelineModernCell,