Completely re-structured the project from scratch, wrote a better bootstrap script, changed configuration format to yaml, improved Caddyfile, and more. #15 #16 #20
This commit is contained in:
parent
0012214f9b
commit
5572fec9c1
91 changed files with 739 additions and 1345 deletions
23
app/static/css/history.css
Normal file
23
app/static/css/history.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
.history {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 40%;
|
||||
min-width: 30rem;
|
||||
}
|
||||
.history td {
|
||||
padding-top: .4rem !important;
|
||||
padding-bottom: .4rem !important;
|
||||
font-size: .95rem;
|
||||
}
|
||||
.history .historydate {
|
||||
margin-left: auto;
|
||||
text-align: right;
|
||||
font-size: .8rem !important;
|
||||
}
|
||||
/* mobile devices */
|
||||
@media only screen and (max-width: 700px) {
|
||||
.history {
|
||||
width: 90%;
|
||||
min-width: 90%;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue