Woohoo! Not broken, looking good
This commit is contained in:
parent
65b69939b3
commit
b95fa9919e
7 changed files with 48 additions and 24 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue