11-02-2014, 02:46 PM
|
#100
|
Connoisseur
Posts: 89
Karma: 19838
Join Date: Sep 2013
Location: UK
Device: Kobo aura
|
Quote:
Originally Posted by GeoffR
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.
|
Quote:
Originally Posted by DNSB
When you set the negative margin, the - replaces a space. As in GeoffR's example:
Code:
replace_string = DBDC80, `margin-top: 0px;`, `margin-top:-4px;`
if you used:
Code:
replace_string = DBDC80, `margin-top: 0px;`, `margin-top: -4px;`
you will get the string too long error.
|
Thanks, that nailed it!
|
|
|