checkboxes display

This commit is contained in:
Matt Walsh
2020-09-18 11:24:45 -05:00
parent e21326a6d1
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 @@