Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Default CSS adjustment: Extra space to the left of .timelineModernDetail to prevent it from colliding with the check-in comment. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
a53ce0407a79d8eda2486386e662867e |
| User & Date: | drh 2017-12-12 17:14:18.757 |
Context
|
2017-12-12
| ||
| 17:16 | Remove unused variables from stat.c. ... (check-in: 741f71d82d user: drh tags: trunk) | |
| 17:14 | Default CSS adjustment: Extra space to the left of .timelineModernDetail to prevent it from colliding with the check-in comment. ... (check-in: a53ce0407a user: drh tags: trunk) | |
| 10:43 | Fix the download links on the /info page ... (check-in: dbc702cdc1 user: drh tags: trunk) | |
Changes
Changes to src/default_css.txt.
| ︙ | ︙ | |||
84 85 86 87 88 89 90 91 92 93 94 95 96 97 |
}
.timelineModernDetail {
font-size: 80%;
text-align: right;
float: right;
opacity: 0.75;
margin-top: 0.5em;
}
.tl-canvas {
margin: 0 6px 0 10px;
}
.tl-rail {
width: 18px;
}
| > | 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 |
}
.timelineModernDetail {
font-size: 80%;
text-align: right;
float: right;
opacity: 0.75;
margin-top: 0.5em;
margin-left: 1em;
}
.tl-canvas {
margin: 0 6px 0 10px;
}
.tl-rail {
width: 18px;
}
|
| ︙ | ︙ |