Overview
Comment:Fix display bug on table of contents
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA3-256: 7520ddffea01ae2989a52328b345e2c7761b2852ec5fd164ab230d959ef2a4c9
User & Date: bohwaz on 2021-11-29 15:24:22
Other Links: manifest | tags
Context
2021-11-29
15:28
Fix return to list button for categories check-in: 7a2a3ae287 user: bohwaz tags: trunk, stable
15:24
Fix display bug on table of contents check-in: 7520ddffea user: bohwaz tags: trunk, stable
15:10
Add filters to UserTemplates: 'delete_leading_number' and 'get_leading_number' check-in: 4f0dbadebc user: bohwaz tags: trunk, stable
Changes

Modified src/www/skel-dist/content.css from [520eaea40b] to [36b56b4140].

90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
}

.web-content .toc {
    margin: 1rem 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.1);
    padding: .3rem;
    width: max-content;
}

.web-content .toc ol {
    list-style: none;
    counter-reset: item;
    margin: .5rem 0 .5rem .5rem;
}







|







90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
}

.web-content .toc {
    margin: 1rem 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.1);
    padding: .3rem;
    display: inline-block;
}

.web-content .toc ol {
    list-style: none;
    counter-reset: item;
    margin: .5rem 0 .5rem .5rem;
}