- replaced $cfg['Bgcolor*'] with classes

- reduced output size by 40%
This commit is contained in:
Sebastian Mendel
2005-11-02 17:10:27 +00:00
parent 131d56cf90
commit e033b3f347
3 changed files with 55 additions and 60 deletions

View File

@@ -1,3 +1,13 @@
.print_ignore {
display: none;
}
table,
table tr td,
table tr th {
border: 1px solid black;
border-collapse: collapse;
background-color: white;
color: white;
font-size: 8pt;
}