checkboxes display

This commit is contained in:
Matt Walsh 2020-09-18 11:24:45 -05:00
commit 42c3b131a9
8 changed files with 78 additions and 17 deletions

View file

@ -261,4 +261,14 @@ jsgif
#container canvas {
position: absolute;
}
.heading {
font-weight: bold;
margin-top: 15px;
}
#enabledDisplays {
margin-bottom: 15px;
}
#enabledDisplays label {
display: block;
}

View file

@ -1 +0,0 @@