Files
phpmyadmin/css/print.css
2006-02-17 10:00:59 +00:00

13 lines
204 B
CSS

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