Fossil

Check-in [bf2555f8]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:A few more adjustments
  • Made the detail for Modern and Columnar a bit larger for readablity
  • For the Columnar View, added "files:" to the file list
  • For the Columnar View, file list no longer wraps
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | skin-xekri-timeline
Files: files | file ages | folders
SHA3-256: bf2555f84eaa7a4322e2e50ec29e5656e92762c873e134c0b14c09a90297f83b
User & Date: zakero 2017-12-28 01:39:12.153
Context
2017-12-28
03:37
Fixed some misnamed classes. ... (Closed-Leaf check-in: 313e27ad user: zakero tags: skin-xekri-timeline)
01:39
A few more adjustments
  • Made the detail for Modern and Columnar a bit larger for readablity
  • For the Columnar View, added "files:" to the file list
  • For the Columnar View, file list no longer wraps
... (check-in: bf2555f8 user: zakero tags: skin-xekri-timeline)
2017-12-26
17:34
Minor Adjustments
  • Uncommented ".timelineHistDsp"
  • Made the main branch commits stand out a bit more based on DRH's fix
... (check-in: 60033b55 user: zakero tags: skin-xekri-timeline)
Changes
Unified Diff Ignore Whitespace Patch
Changes to skins/xekri/css.txt.
836
837
838
839
840
841
842
843

844
845



846
847















848
849
850
851
852
853
854

.timelineTable .timelineModernCell  .timelineModernLeaf  ,
.timelineTable .timelineCompactCell .timelineCompactLeaf ,
.timelineTable .timelineVerboseCell .timelineVerboseLeaf ,
.timelineTable .timelineVerboseCell .timelineLeaf        {
  font-weight: bold;
}


.timelineTable .timelineDetailCell .timelineColumnarDetail {
  font-size: 80%;



  white-space: pre-line;
}
















/* the format for the timeline version links */
/*
a.timelineHistLink {
}
*/









>
|
|
>
>
>


>
>
>
>
>
>
>
>
>
>
>
>
>
>
>







836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873

.timelineTable .timelineModernCell  .timelineModernLeaf  ,
.timelineTable .timelineCompactCell .timelineCompactLeaf ,
.timelineTable .timelineVerboseCell .timelineVerboseLeaf ,
.timelineTable .timelineVerboseCell .timelineLeaf        {
  font-weight: bold;
}

.timelineTable .timelineModernCell .timelineModernDetail ,
.timelineTable .timelineDetailCell {
  font-size: 85%;
}

.timelineTable .timelineDetailCell .timelineColumnarDetail {
  white-space: pre-line;
}

.timelineTable .timelineDetailCell ul.filelist::before {
  content: "files:";
}

.timelineTable .timelineDetailCell ul.filelist {
  margin-left:  0;
  padding-left: 0;
}

.timelineTable .timelineDetailCell ul.filelist li {
  margin-left:  1.5rem;
  padding-left: 0;
  white-space:  nowrap;
}

/* the format for the timeline version links */
/*
a.timelineHistLink {
}
*/