Security issues documented, and more nice improvements
This commit is contained in:
@@ -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
|
||||
|
BIN
assets/apprentice/skyid/intrauser-key.png
Normal file
BIN
assets/apprentice/skyid/intrauser-key.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
BIN
assets/apprentice/skyid/old-intrauser-key.png
Normal file
BIN
assets/apprentice/skyid/old-intrauser-key.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
@@ -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 }
|
||||
|
@@ -26,7 +26,7 @@ figure {
|
||||
margin: 3% 10%;
|
||||
padding: 3%;
|
||||
article {
|
||||
max-width: 85%;
|
||||
max-width: 90%;
|
||||
}
|
||||
}
|
||||
a:hover %headings {
|
||||
|
Reference in New Issue
Block a user