Finished up cleaning css.
This commit is contained in:
parent
b13e2bde24
commit
ff69762a1f
15 changed files with 87 additions and 98 deletions
|
|
@ -26,12 +26,23 @@ body{
|
|||
flex-direction: column;
|
||||
|
||||
}
|
||||
|
||||
form{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
table{
|
||||
border-spacing: 0px;
|
||||
}
|
||||
|
||||
td{
|
||||
padding: 0.3em 1em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
td.large{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
div.control-prompt{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue