Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | A few more adjustments
|
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | skin-xekri-timeline |
Files: | files | file ages | folders |
SHA3-256: |
bf2555f84eaa7a4322e2e50ec29e5656 |
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
| |
2017-12-26
| ||
17:34 |
Minor Adjustments
| |
Changes
Changes to skins/xekri/css.txt.
︙ | ︙ | |||
836 837 838 839 840 841 842 843 | .timelineTable .timelineModernCell .timelineModernLeaf , .timelineTable .timelineCompactCell .timelineCompactLeaf , .timelineTable .timelineVerboseCell .timelineVerboseLeaf , .timelineTable .timelineVerboseCell .timelineLeaf { font-weight: bold; } | > | | > > > > > > > > > > > > > > > > > > | 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 { } */ |
︙ | ︙ |