Major restructure
This commit is contained in:
parent
a35d259fd8
commit
9d0efb2a68
6 changed files with 117 additions and 95 deletions
|
@ -2,7 +2,40 @@
|
|||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #ccc;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
main {
|
||||
max-width: 600px;
|
||||
background-color: #fff;
|
||||
padding: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
footer {
|
||||
background-color: #eee;
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
padding-bottom: 75px;
|
||||
}
|
||||
|
||||
#content {
|
||||
max-width: 900px;
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.objecttable {
|
||||
width: 100%;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.objecttable td {
|
||||
border-bottom: black 1px solid;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.objecttable td input {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue