View Single Post
Old 08-29-2015, 07:30 AM   #37
Nick_1964
Bookworm
Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.
 
Nick_1964's Avatar
 
Posts: 975
Karma: 768585
Join Date: Aug 2010
Location: Netherlands
Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo
Quote:
Originally Posted by valery View Post
The "Custom reading footer style" has changed since v3.12.1 and I am a little lost now. There are 3 types of devices uncommented - should I just leave the Glo/Aura lines uncommented and comment out the rest? Or maybe I can leave it as it is?

Code:
# Replacement footer height values: Touch/Mini
replace_string = 0011, `min-height: 70px;`, `min-height: 32px;`
replace_string = 0024, `max-height: 70px;`, `max-height: 32px;`
# Replacement footer height values: Glo/Aura
replace_string = 0085, `min-height: 82px;`, `min-height: 28px;`
replace_string = 0098, `max-height: 82px;`, `max-height: 28px;`
# Replacement footer height values: AuraHD/H2O/GloHD
replace_string = 00DA, `min-height: 120px;`, `min-height: 052px;`
replace_string = 00EE, `max-height: 120px;`, `max-height: 052px;`
Only the explanations are commented, the patch changes Touch,Mini, Glo/Aura and AuraHD/H2O and GloHD all in one.
If you apply the patch (set to yes) you don't have to change (comment or uncomment) anything.
It is a multi device patch,your device will ignore the patches for the other devices.

Last edited by Nick_1964; 08-29-2015 at 07:57 AM.
Nick_1964 is offline   Reply With Quote