13 lines
185 B
CSS
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;
|
|
} |