1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 08:08:11 +00:00

Edited theme/pdf/pdf.css with Atlas code editor

This commit is contained in:
claylock 2023-10-26 13:55:08 +00:00
parent a5f8ad1527
commit a284ed3cb7

View File

@ -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*/