fixed bug #1419696 'print css results in blank table output'

This commit is contained in:
Sebastian Mendel
2006-02-17 10:00:59 +00:00
parent ebce813dbe
commit 92fb4acaa4
2 changed files with 6 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ $Source$
* libraries/select_server.lib.php: * libraries/select_server.lib.php:
- fixed pre-select for current server (fixed type missmatch) - fixed pre-select for current server (fixed type missmatch)
- do not autosubmit on '(Server) ...' - do not autosubmit on '(Server) ...'
* css/print.css: fixed bug #1419696 'print css results in blank table output'
2006-02-16 Marc Delisle <lem9@users.sourceforge.net> 2006-02-16 Marc Delisle <lem9@users.sourceforge.net>
* lang/italian: update, thanks to Luca Rebellato * lang/italian: update, thanks to Luca Rebellato

View File

@@ -5,9 +5,9 @@
table, table,
table tr td, table tr td,
table tr th { table tr th {
border: 1px solid black; border: 1px solid black;
border-collapse: collapse; border-collapse: collapse;
background-color: white; background-color: white;
color: white; color: black;
font-size: 8pt; /* font-size: 8pt;*/
} }