Skip to content

Commit

Permalink
refs #45 -- page breaks for Spanish (Castellano) TBH
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobord committed Jan 7, 2017
1 parent d6a5c91 commit 64b5d84
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Binary file modified static/pdfs/the-black-hack-spanish-v0.3.pdf
Binary file not shown.
14 changes: 13 additions & 1 deletion wkhtmltopdf.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
table, tr, td, th, tbody, thead, tfoot {
page-break-inside: avoid !important;
}

footer {
display: none;
}
Expand Down Expand Up @@ -35,3 +34,16 @@ footer {
#sorts-d-arcane ~ table {
page-break-before: always;
}
/* Spanish (castellano) page breaks for TBH */
#entrenamiento-con-armadura,
#movimiento-distancia,
#muerte,
#descansar,
#reacciones-de-las-criaturas,
#objetos-magicos,
#guerrero, #ladron, #clerigo, #hechicero,
#conjuros-y-hechizos,
#conjuros-divinos_1, #conjuros-arcanos_1,
#conjuros-arcanos_1 ~ table {
page-break-before: always;
}

0 comments on commit 64b5d84

Please # to comment.