postbox - Updated requirements.txt - html minifier

This commit is contained in:
jkoci 2023-07-23 14:25:21 +02:00
parent 31324db80f
commit 40830f080f
2 changed files with 34 additions and 9 deletions

View File

@ -4,15 +4,39 @@
<meta charset="utf-8">
<title>Haven Post Office layout</title>
<style>
h1, h2 {text-align: center; }
table {border-collapse: collapse; }
td {border: 1px solid black; text-align: center;white-space:nowrap;}
h1,
h2 {
text-align: center;
}
table {
border-collapse: collapse;
}
td {
text-align: center;
white-space:nowrap;
border: 0px solid black;
border-width: 0px 1px;
}
tr:nth-of-type(2n) td {
border-bottom: 1px solid black;
}
tr:first-of-type td {
border-top: 1px solid black;
}
.pb_empty {background: green; font-style: italic;}
.pb_occupied {background: red; }
.pb_none {background: white; }
.coords {font-size: x-small; }
.pb_empty {
background: green;
font-style: italic;
}
.pb_occupied {
background: red;
}
.pb_none {
background: white;
}
.coords {
font-size: x-small;
}
</style>
</head>

View File

@ -1,3 +1,4 @@
matplotlib~=3.7.1
Jinja2~=3.1.2
beautifulsoup4~=4.12.2
beautifulsoup4~=4.12.2
html_minifier~=0.0.4