This commit is contained in:
Miloslav Ciz 2024-03-19 19:51:41 +01:00
parent 8fbedc9460
commit dba7dfe7d0
13 changed files with 1802 additions and 1750 deletions

20
style_print.css Normal file
View file

@ -0,0 +1,20 @@
pre, code
{
background-color: #e0e0e0;
}
table
{
border-collapse: collapse;
}
table td, th
{
border: 1px solid black;
padding: 4px;
}
.dead
{
color: red;
}