Woohoo! Not broken, looking good

This commit is contained in:
Simon Brooke 2017-03-26 10:17:41 +01:00
parent 65b69939b3
commit b95fa9919e
7 changed files with 48 additions and 24 deletions

View file

@ -141,7 +141,6 @@ select {
}
table {
border: 2px solid black;
border-collapse: collapse;
}
@ -376,6 +375,14 @@ th {
padding-left: 75px;
}
input, select {
background-color: rgb( 50, 109, 177);
color: white;
font-size: 1.1em;
padding: 0.25em 1em;
border-radius: 0.5em;
}
.hidden {
display: none;
}