Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix the default background color for Modern View timeline in the Xekri skin. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a6c5a4620a5388fdb1707b401b1e6ecf |
User & Date: | drh 2017-12-18 02:06:40.393 |
Context
2017-12-20
| ||
00:46 | Update the custom MinGW makefile. ... (check-in: c7ad42d4 user: mistachkin tags: trunk) | |
2017-12-18
| ||
02:06 | Fix the default background color for Modern View timeline in the Xekri skin. ... (check-in: a6c5a462 user: drh tags: trunk) | |
2017-12-15
| ||
18:27 | Remove pointless code that initializes a BSS data structure to zeros, even though it is already all-zero. This avoids a compiler warning in GCC7. ... (check-in: 5419e7fc user: drh tags: trunk) | |
Changes
Changes to skins/xekri/css.txt.
︙ | ︙ | |||
744 745 746 747 748 749 750 751 752 753 754 755 756 757 | tr.timelineSelected td.timelineTime { border-radius: 1rem 0 0 1rem; } tr.timelineSelected td.timelineTableCell { border-radius: 0 1rem 1rem 0; } /* the format for the timeline data cells */ td.timelineTableCell { padding: 0.3rem; text-align: left; vertical-align: top; } | > > > > | 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 | tr.timelineSelected td.timelineTime { border-radius: 1rem 0 0 1rem; } tr.timelineSelected td.timelineTableCell { border-radius: 0 1rem 1rem 0; } .timelineModernCell[id], .timelineColumnarCell[id], .timelineDetailCell[id] { background-color: #282828; } /* the format for the timeline data cells */ td.timelineTableCell { padding: 0.3rem; text-align: left; vertical-align: top; } |
︙ | ︙ |