Differences From Artifact [866d7c8b2f]:
- File src/default_css.txt — part of check-in [99057f278c] at 2017-12-11 23:51:02 on branch trunk — Timeline styling changes: (1) The td.timelineModernCell and td.timelineColumnarCell elements omit the id attribute when they are the current check-out or the selection. (2) Default CSS is changed to give a light-gray color to modern and columnar cells that are not current or selected and do not have a branch color. (3) The detail string in the verbose and compact views is now surrounded by parentheses. (user: drh size: 11125)
To Artifact [66706c4439]:
- File src/default_css.txt — part of check-in [92bcce3325] at 2017-12-12 00:01:05 on branch trunk — Fix the default CSS for the timelineDetailCell column in the Columnar View. (user: drh size: 11150)
| ︙ | |||
75 76 77 78 79 80 81 | 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 | - + |
}
.timelineModernCell, .timelineColumnarCell, .timelineDetailCell {
vertical-align: top;
text-align: left;
padding: 0.75em;
border-radius: 1em;
}
|
| ︙ |