mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-21 23:58:09 +00:00
Edited theme/pdf/pdf.css with Atlas code editor
This commit is contained in:
parent
a5f8ad1527
commit
a284ed3cb7
@ -34,6 +34,14 @@ td.fakeheader {
|
|||||||
/* tighten tracking for paragraphs */
|
/* tighten tracking for paragraphs */
|
||||||
.fix_tracking { letter-spacing: -0.1pt; }
|
.fix_tracking { letter-spacing: -0.1pt; }
|
||||||
|
|
||||||
|
/* less space for pagebreaks (STYL-1620) */
|
||||||
|
.less_space,
|
||||||
|
.less_space > h5:first-child,
|
||||||
|
dl.less_space > dt:first-child,
|
||||||
|
section.less_space > h3:first-child,
|
||||||
|
section.less_space > h2:first-child,
|
||||||
|
section.less_space > h1:first-child {
|
||||||
|
margin-top: 0 !important;
|
||||||
|
|
||||||
|
|
||||||
/*hack to align sidebars to top of page*/
|
/*hack to align sidebars to top of page*/
|
||||||
|
Loading…
Reference in New Issue
Block a user