1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-22 13:17:08 +00:00

basic: input validation, array bounds check

This commit is contained in:
Steven Hugg
2020-08-10 11:08:43 -05:00
parent 946037a1c9
commit d5405c4db1
8 changed files with 116 additions and 46 deletions
+8 -2
View File
@@ -600,17 +600,23 @@ div.asset_toolbar {
flex-shrink: 0;
}
.transcript-line {
line-height: 1.5;
line-height: 1.5em;
min-height: 1em;
white-space: pre-wrap;
}
.transcript-fanfold > .transcript-line {
min-height: 1.5em;
}
.transcript-fanfold > .transcript-line:nth-child(even) {
background: RGBA(225,245,225,1.0);
}
.transcript-style-1 {
font-style: italic;
}
.transcript-style-2 {
white-space: pre-wrap; /* css-3 */
font-family: "Andale Mono", "Menlo", "Lucida Console", monospace;
line-height: 1;
line-height: 1em;
min-height: 0;
}
.transcript-style-4 {