Security issues documented, and more nice improvements

This commit is contained in:
2022-06-10 15:35:31 +00:00
parent f3668df846
commit 93934438c7
21 changed files with 178 additions and 43 deletions

View File

@@ -46,7 +46,6 @@ Handlebars.registerPartial('people', `
{{#each members}}
<li>{{name}} age {{age}} from {{home}}</li>
{{/each}}
balle!
</ul>`)
// Calling non-existent partials with block syntax uses the block content as fallback

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -1,6 +1,6 @@
.chroma {
padding: .1vh 0 0; margin: 0 0 .7vh; min-height: 3.3vh;
color: #ffffff; background-color: #111111 }
min-height: 3.3vh; overflow: auto;
color: #ffffff; background-color: #111111; }
.chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0 }
.chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0 }
.chroma .hl { background-color: #ffffcc }

View File

@@ -26,7 +26,7 @@ figure {
margin: 3% 10%;
padding: 3%;
article {
max-width: 85%;
max-width: 90%;
}
}
a:hover %headings {