fixed bug #1419696 'print css results in blank table output'
This commit is contained in:
@@ -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
|
||||||
|
@@ -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;*/
|
||||||
}
|
}
|
Reference in New Issue
Block a user