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:
- fixed pre-select for current server (fixed type missmatch)
- 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>
* lang/italian: update, thanks to Luca Rebellato

View File

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