Overview
Comment:Fix objects width
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA3-256: c35f36042c8ba4d2833946c71700887c31bc9a1da910629f38fa5df85fb7d6c9
User & Date: bohwaz on 2023-04-17 22:59:42
Other Links: manifest | tags
Context
2023-04-21
12:13
Make select default option to empty when changing multiple users category check-in: 6de4cbaae0 user: bohwaz tags: trunk, stable
2023-04-17
22:59
Fix objects width check-in: c35f36042c user: bohwaz tags: trunk, stable
20:09
Use .search, not .path check-in: 9f0a700070 user: bohwaz tags: trunk, stable
Changes

Modified src/www/skel-dist/content.css from [54075fe056] to [5103742927].

285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
    font-size: .8em;
}

.web-content a.internal-image {
    cursor: zoom-in;
}

.web-content img {
    max-width: 100%;
}

.imageBrowser {
    position: fixed;
    top: 0;
    left: 0;







|







285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
    font-size: .8em;
}

.web-content a.internal-image {
    cursor: zoom-in;
}

.web-content img, .web-content object {
    max-width: 100%;
}

.imageBrowser {
    position: fixed;
    top: 0;
    left: 0;