"header" parsing

This commit is contained in:
cqc
2024-02-16 18:23:15 -06:00
parent e2a574d215
commit faa945f65c
6 changed files with 89 additions and 26 deletions

View File

@ -33,7 +33,7 @@
padding: 0px;
}
#toplevel-container #output {
#toplevel-container .statusv {
background-color:transparent;
color: #ccc;
border: none;
@ -42,7 +42,7 @@
margin-bottom: 0px;
}
#toplevel-container textarea {
#toplevel-container #output {
width:90%;
line-height:18px;
font-size: 12px;