Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Remove some stale ".timelineSpacer" CSS selectors. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
5c0238b3a391871eebfb78e7c8aa11cf |
| User & Date: | drh 2017-12-04 17:00:31.488 |
Context
|
2017-12-04
| ||
| 20:39 | Add the "fossil sqlar" command. Like "fossil zip", except generates sqlar archives. ... (check-in: 7eb5b0a2ae user: dan tags: trunk) | |
| 17:00 | Remove some stale ".timelineSpacer" CSS selectors. ... (check-in: 5c0238b3a3 user: drh tags: trunk) | |
| 16:42 | Remove ".timelineSpacer" rows surrounding the select row on a timeline. ... (check-in: 38b223df9c user: drh tags: trunk) | |
Changes
Changes to skins/blitz/css.txt.
| ︙ | ︙ | |||
1068 1069 1070 1071 1072 1073 1074 |
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
}
tr.timelineCurrent td.timelineTableCell {
}
| < < < | 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 |
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
}
tr.timelineCurrent td.timelineTableCell {
}
tr.timelineBottom td {
border-bottom: 0;
}
div.timelineDate {
font-weight: bold;
white-space: nowrap;
|
| ︙ | ︙ |
Changes to skins/blitz_no_logo/css.txt.
| ︙ | ︙ | |||
1068 1069 1070 1071 1072 1073 1074 |
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
}
tr.timelineCurrent td.timelineTableCell {
}
| < < < | 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 |
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
}
tr.timelineCurrent td.timelineTableCell {
}
tr.timelineBottom td {
border-bottom: 0;
}
div.timelineDate {
font-weight: bold;
white-space: nowrap;
|
| ︙ | ︙ |
Changes to src/default_css.txt.
| ︙ | ︙ | |||
47 48 49 50 51 52 53 |
border-radius: 0;
border-width: 0;
}
tr.timelineCurrent td {
border-radius: 0;
border-width: 0;
}
| < < < | 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
border-radius: 0;
border-width: 0;
}
tr.timelineCurrent td {
border-radius: 0;
border-width: 0;
}
span.timelineLeaf {
font-weight: bold;
}
span.timelineHistDsp {
font-weight: bold;
}
td.timelineTime {
|
| ︙ | ︙ |