View Single Post
Old 11-01-2014, 08:02 AM   #76
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by neil74 View Post
# Example for Glo/Aura:
replace_string = DBDC0D, `min-height: 70px;`, `min-height: 40px;`
replace_string = DBDC20, `max-height: 70px;`, `max-height: 40px;`
replace_string = DBDC3D, `footerMargin: 105;`, `footerMargin: 040;`
replace_string = DBDC58, `font-size: 16px;`, `font-size: 26px;`
replace_string = DBDC6A, `padding-bottom: 0px;`, `padding-bottom:13px;`
replace_string = DBDC80, `margin-top: 0px;`, `margin-top:-5px;`
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.

Last edited by GeoffR; 11-01-2014 at 08:06 AM. Reason: ... or see Jellby's example
GeoffR is offline   Reply With Quote