Overview
Comment: | Remove filter property on home page image, closes [0d5932bd9996832b] |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1129e7525c7f7b90da48f7d2e6bb7bc2 |
User & Date: | joel on 2020-02-01 22:54:21 |
Other Links: | manifest | tags |
Context
2020-02-02
| ||
04:20 | Split cache schema and fetchers into a separate module check-in: cb8af9fc user: joel tags: trunk | |
2020-02-01
| ||
22:54 | Remove filter property on home page image, closes [0d5932bd9996832b] check-in: 1129e752 user: joel tags: trunk | |
2020-01-26
| ||
23:31 | Add support for concealing articles/notes in different listing contexts (finishes [1f6233035e7d8cc8]) check-in: 8bd52721 user: joel tags: trunk | |
Changes
Modified index.html.pp from [fd0468be] to [eb78d203].
︙ | |||
51 52 53 54 55 56 57 | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | - + + | @keyframes slideFromRight { 0% { margin-right: -200%; } 100% { margin-right: 0%; } } #front-page-logo { shape-outside: url(web-extra/mark.svg); |
︙ |