newWindow/cleaning/miniFixes

This commit is contained in:
Kara Hoagland
2022-11-11 00:03:56 -08:00
parent b85a73400d
commit 8263aa6082
4 changed files with 89 additions and 89 deletions

View File

@@ -58,25 +58,25 @@ table {
}
input, select {
vertical-align :middle;
vertical-align: middle;
}
img, fieldset, object {
border:none;
border: none;
}
*, *:after, *:before {
box-sizing:border-box;
box-sizing: border-box;
}
button, label {
cursor:pointer;
cursor: pointer;
}
html, body {
height:100%;
height: 100%;
}
form {
border
border: solid;
}