Added CSS rules for printing.
original commit: e7db0bdac485a0bc9d749188e00932a2374ec1ff
This commit is contained in:
parent
5084b1a133
commit
32ffcdfa45
|
@ -469,3 +469,15 @@ i {
|
||||||
display: inline;
|
display: inline;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* print styles : hide the navigation elements */
|
||||||
|
@media print {
|
||||||
|
.tocset,
|
||||||
|
.navsettop,
|
||||||
|
.navsetbottom { display: none; }
|
||||||
|
.maincolumn {
|
||||||
|
width: auto;
|
||||||
|
margin-right: 13em;
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user