Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Improved default CSS for drawing dashed lines for cherrypick merges. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
3d922b5210a0161f7a2320fb9430823f |
| User & Date: | drh 2018-12-29 13:04:34.821 |
Context
|
2018-12-29
| ||
| 18:21 | Do not show cherrypick merge links in the context for the /ci_tags page. ... (check-in: 758029a812 user: drh tags: trunk) | |
| 13:04 | Improved default CSS for drawing dashed lines for cherrypick merges. ... (check-in: 3d922b5210 user: drh tags: trunk) | |
| 12:34 | Fix the hyperlink to the login page on /download page. ... (check-in: ad5999aa6a user: drh tags: trunk) | |
Changes
Changes to src/default_css.txt.
| ︙ | ︙ | |||
167 168 169 170 171 172 173 |
}
.tl-arrow.cherrypick.l {
border-right: 3px solid #000;
}
.tl-arrow.cherrypick.r {
border-left: 3px solid #000;
}
| | > > > > > > | 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 |
}
.tl-arrow.cherrypick.l {
border-right: 3px solid #000;
}
.tl-arrow.cherrypick.r {
border-left: 3px solid #000;
}
.tl-line.cherrypick.h {
width: 0px;
border-top: 1px dashed #000;
border-left: 0px dashed #000;
background: #fff;
}
.tl-line.cherrypick.v {
width: 0px;
border-top: 0px dashed #000;
border-left: 1px dashed #000;
background: #fff;
}
.tl-arrow.warp {
margin-left: 1px;
border-width: 3px 0;
border-left: 7px solid #600000;
|
| ︙ | ︙ |