View Single Post
Old 11-02-2014, 01:24 PM   #99
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,708
Karma: 169712392
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by neil74 View Post
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!
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.
DNSB is offline   Reply With Quote