Update
This commit is contained in:
parent
8fbedc9460
commit
dba7dfe7d0
13 changed files with 1802 additions and 1750 deletions
20
style_print.css
Normal file
20
style_print.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue