In essence, tests are not an importable submodule anymore but an independent piece of code that won't be installed in a user's site-packages directory.
15 lines
253 B
Plaintext
15 lines
253 B
Plaintext
@page {
|
|
margin: 2.5cm; /* default for all pages */
|
|
}
|
|
|
|
@page :left {
|
|
margin-left: 5cm; /* left pages only */
|
|
}
|
|
|
|
@page :right {
|
|
margin-right: 5cm; /* right pages only */
|
|
}
|
|
|
|
@page :first {
|
|
margin-top: 8cm; /* extra top margin on the first page */
|
|
} |