Skip to content

Commit

Permalink
resolves #152 fix Sony Reader crash
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Mar 4, 2020
1 parent 1861d96 commit 0537fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[
* support syntax highlighting with CodeRay and Rouge (#262)
* pygments.rb is no longer auto-activated
* add series metadata (#307)
* fix Sony Reader crash (#152)

== 1.5.0.alpha.14 (2020-02-29) - @slonopotamus

Expand Down
2 changes: 1 addition & 1 deletion data/styles/epub3.css
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ pre {
font-size: 0.85em;
line-height: 1.4; /* matches what Kindle uses and can't go less */
background-color: #F2F2F2;
padding: 0.5rem 0.75rem;
padding: 0.6em 0.9em; /* this is supposed to be '0.5rem 0.75rem' but Sony Readers crash when see that (at least, PRS-350, PRS-505, PRS-T1) */
/*
border-top: 3px solid #DCDCDE;
*/
Expand Down

0 comments on commit 0537fda

Please sign in to comment.