Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispiech committed Oct 20, 2023
1 parent 5ded3e8 commit c03c022
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ body {
font-size: 18px;
}

@media print {
.exclude-from-print {
display: none !important;
}
}


#sidebar ul li a,
#sidebar ul li a:hover,
Expand Down
Binary file removed print/Probability for Computer Scientists.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion print/printbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
outfile.write(pdf_file[0].getbuffer())

# Output PDF file name
output_pdf = "../en/Probability for Computer Scientists.pdf"
output_pdf = "../en/ProbabilityForComputerScientists.pdf"

# Create a PDF file writer object
pdf_writer = PyPDF2.PdfWriter()
Expand Down
2 changes: 1 addition & 1 deletion templates/sideBarButton.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<button type="button" id="sidebarCollapse" class="mobile-only btn btn-dark">
<button type="button" id="sidebarCollapse" class="mobile-only btn btn-dark exclude-from-print">
<i class="fas fa-align-left"></i>
<span></span>
</button>

0 comments on commit c03c022

Please sign in to comment.