Fossil

Diff
Login

Differences From Artifact [89d3c1024f]:

To Artifact [02e115f422]:


749
750
751
752
753
754
755




756
757
758
759
760
761
762
    @   border: 0;
    @   border-collapse: collapse;
  },
  { "td.timelineTableCell",
    "the format for the timeline data cells",
    @   vertical-align: top;
    @   text-align: left;




  },
  { "tr.timelineCurrent",
    "the format for the timeline data cell of the current checkout",
    @   padding: .1em .2em;
    @   border: 1px dashed #446979;
    @   box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  },







>
>
>
>







749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
    @   border: 0;
    @   border-collapse: collapse;
  },
  { "td.timelineTableCell",
    "the format for the timeline data cells",
    @   vertical-align: top;
    @   text-align: left;
  },
  { "td.timelineDetailCell",
    "the format for the timeline data cells for the detail column",
    @   padding-left: 2em;
  },
  { "tr.timelineCurrent",
    "the format for the timeline data cell of the current checkout",
    @   padding: .1em .2em;
    @   border: 1px dashed #446979;
    @   box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  },