fix: basic styles, dont list table if no entries
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
cellarspoon
2022-01-10 09:59:48 +01:00
parent 3138a2964f
commit e50ffa50ee
4 changed files with 40 additions and 19 deletions

View File

@ -1,3 +1,12 @@
input {
display: block;
margin-bottom: 15px;
}
th, td {
padding: 15px;
}
table, th, td {
border: 1px solid black;
}

View File

@ -1,3 +1,12 @@
input {
display: block;
margin-bottom: 15px;
}
th, td {
padding: 15px;
}
table, th, td {
border: 1px solid black;
}