diff --git a/ChangeLog b/ChangeLog index 9bdb34e53..06038589b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -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 * lang/italian: update, thanks to Luca Rebellato diff --git a/css/print.css b/css/print.css index ec031afc1..b46bf0672 100644 --- a/css/print.css +++ b/css/print.css @@ -5,9 +5,9 @@ table, table tr td, table tr th { - border: 1px solid black; - border-collapse: collapse; - background-color: white; - color: white; - font-size: 8pt; + border: 1px solid black; + border-collapse: collapse; + background-color: white; + color: black; +/* font-size: 8pt;*/ } \ No newline at end of file