Files
phpmyadmin/css/print.css
Sebastian Mendel e033b3f347 - replaced $cfg['Bgcolor*'] with classes
- reduced output size by 40%
2005-11-02 17:10:27 +00:00

13 lines
185 B
CSS

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