provide 'noprint' CSS class that exludes elements from print output
This commit is contained in:
parent
b1df34621e
commit
f3d595a974
1 changed files with 8 additions and 0 deletions
|
@ -109,6 +109,14 @@ thead th {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* printing */
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
.noprint {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* class-specific */
|
/* class-specific */
|
||||||
|
|
||||||
.breadcrumbs td {
|
.breadcrumbs td {
|
||||||
|
|
Loading…
Add table
Reference in a new issue