Proof read and fix errors, more examples added, move page to calibration.html

This commit is contained in:
lawgicau
2020-08-14 11:52:59 +10:00
parent 70503de0d4
commit 34aed4c5ba
10 changed files with 976 additions and 885 deletions

View File

@ -62,6 +62,13 @@ input[type="radio" i] {
margin: 20px;
}
input[type="button" i] {
border: 1px solid #00c5ad;
padding: 10px;
border-radius: 3px;
margin: 10px 0;
}
select {
font-size: 1.2em;
}
@ -93,6 +100,10 @@ li {
line-height: 1.5em;
}
ol li {
margin: 10px; 0;
}
table {
width: 100%;
margin-bottom: 20px;
@ -113,7 +124,7 @@ td {
}
iframe {
margin: 0 20px;
margin: 0 20px 20px;
}
.warning {
@ -128,6 +139,7 @@ iframe {
padding: 1px 0;
border-radius: 15px;
border: 1px solid #00c5ad;
margin-bottom: 20px;
}
.jdtd {
@ -149,6 +161,7 @@ iframe {
border: 5px solid #00c5ad;
border-radius: 15px;
font-size: 1.2em;
margin: 20px 0;
}
.result {