View Single Post
Old 11-02-2014, 09:20 AM   #98
neil74
Connoisseur
neil74 is a splendid one to beholdneil74 is a splendid one to beholdneil74 is a splendid one to beholdneil74 is a splendid one to beholdneil74 is a splendid one to beholdneil74 is a splendid one to beholdneil74 is a splendid one to beholdneil74 is a splendid one to beholdneil74 is a splendid one to beholdneil74 is a splendid one to beholdneil74 is a splendid one to behold
 
Posts: 89
Karma: 19838
Join Date: Sep 2013
Location: UK
Device: Kobo aura
Quote:
Originally Posted by GeoffR View Post
That looks like slantybard's example for the H2O, it will be too big for the Aura. If you want your Aura to look like slantybard's H2O then try something like this:
Code:
replace_string = DBDC0D, `min-height: 70px;`, `min-height: 32px;`
replace_string = DBDC20, `max-height: 70px;`, `max-height: 32px;`
replace_string = DBDC3D, `footerMargin: 105;`, `footerMargin: 105;`
replace_string = DBDC58, `font-size: 16px;`, `font-size: 20px;`
replace_string = DBDC6A, `padding-bottom: 0px;`, `padding-bottom:10px;`
replace_string = DBDC80, `margin-top: 0px;`, `margin-top:-4px;`
Or see Jellby's example for the Aura.

But nothing has changed with the footer recently (apart from footerMargin, which does nothing), so if you use exactly the same values you had before the upgrade you should get exactly the same result after.
For some reason I am not able to set a minus value for the margin top, it gives me an error that the replacement is too long. Also the font is huge in the footer despite me trying values of 20, 10 and even 5.

I got the patch working via terminal though!
neil74 is offline   Reply With Quote