Overview
Comment:Fix style of code blocks
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA3-256: 2e8dac43d7493b41d0eb6d61b8e6cfa13709788a2dd39431a57fd8dc9bef4465
User & Date: bohwaz on 2022-07-18 23:52:10
Other Links: manifest | tags
Context
2022-07-18
23:56
Add scroll to code blocks check-in: 25b1abc1db user: bohwaz tags: trunk, stable
23:52
Fix style of code blocks check-in: 2e8dac43d7 user: bohwaz tags: trunk, stable
23:03
Fix handling of mime types in Skeleton check-in: c92a8e2d4a user: bohwaz tags: trunk, stable
Changes

Modified src/www/skel-dist/content.css from [ce4188bfc6] to [2ba7f57d9c].

60
61
62
63
64
65
66




67
68
69
70
71
72
73
    padding-top: 1rem;
}

.web-content code {
    background: rgba(100, 100, 100, 0.2);
    padding: .2rem;
}





.web-content dl.footnotes dd {
    margin: 0;
    margin-bottom: 1rem;
}

.web-content dl.footnotes dd p {







>
>
>
>







60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
    padding-top: 1rem;
}

.web-content code {
    background: rgba(100, 100, 100, 0.2);
    padding: .2rem;
}

.web-content pre code {
    display: block;
}

.web-content dl.footnotes dd {
    margin: 0;
    margin-bottom: 1rem;
}

.web-content dl.footnotes dd p {