Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Removed inherited box shadow from ardoise .timelineSelected, per forum request. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
3af6e7ceb44231699f921ffef3e67d67 |
User & Date: | stephan 2020-09-04 17:00:00 |
Context
2020-09-06
| ||
14:37 | Disable the ETAG cache for the /draftN pages so that caching does not interfere with preview. ... (check-in: 03643a63 user: drh tags: trunk) | |
2020-09-04
| ||
17:00 | Removed inherited box shadow from ardoise .timelineSelected, per forum request. ... (check-in: 3af6e7ce user: stephan tags: trunk) | |
2020-09-03
| ||
19:04 | Make sure that any newlines in the CSP are converted into simple spaces before the CSP is added to an HTTP header. This *might* fix a problem reported on the forum. ... (check-in: e0f2283c user: drh tags: trunk) | |
Changes
Changes to skins/ardoise/css.txt.
︙ | ︙ | |||
951 952 953 954 955 956 957 | span.timelineSelected { border-radius: 5px; border: solid #ff8000; vertical-align: top; text-align: left; background: #442800 } | | > > | 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 | span.timelineSelected { border-radius: 5px; border: solid #ff8000; vertical-align: top; text-align: left; background: #442800 } .timelineSelected { box-shadow: none; } .timelineSecondary {} .timelineSecondary > .timelineColumnarCell, .timelineSecondary > .timelineCompactCell, .timelineSecondary > .timelineDetailCell, .timelineSecondary > .timelineModernCell, .timelineSecondary > .timelineVerboseCell { padding: .75em; |
︙ | ︙ |