mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-14 03:48:58 +00:00
Edited theme/pdf/pdf.css with Atlas code editor
This commit is contained in:
parent
1eaed6db9a
commit
8873a8957b
@ -18,6 +18,18 @@ pre[data-type="programlisting"] {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*--Adjusting padding in TOC to avoid bad break--*/
|
||||
@page toc:first { /* first page */
|
||||
padding-bottom: 0.3in;
|
||||
}
|
||||
|
||||
@page toc: {
|
||||
padding-bottom: 0.4in;
|
||||
}
|
||||
|
||||
|
||||
/*--Table lines--*/
|
||||
table td.right, th.right { border-right: 0.25pt solid cmyk(0%,0%,0%,100%); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user