Add script 'get-openssl-version.sh'.

This commit is contained in:
2023-06-21 11:09:08 +02:00
parent 0a7a61049a
commit 14056b44dd
5032 changed files with 340126 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
#plugin__logviewer {
form {
float: right;
}
.tabs {
margin-bottom: 2em;
}
label {
display: block;
margin-top: -1em;
margin-bottom: 1em;
}
dl {
max-height: 80vh;
overflow: auto;
dt {
display: flex;
&.hidden {
display: none;
}
.datetime {
flex: 0 0 auto;
margin-right: 1em;
}
.log {
flex: 1 1 auto;
span {
display: block;
}
span.file {
font-family: monospace;
}
}
}
dd {
font-size: 80%;
white-space: nowrap;
font-family: monospace;
}
}
}