To get this to work on the AURA do the above changes and change:
Code:
ReadingFooter[deviceCodeName="dragon"] {
min-height: 120px;
max-height: 120px;
qproperty-footerMargin: 20;
}
to this:
Code:
ReadingFooter[deviceCodeName="eragon"] {
min-height: 120px;
max-height: 120px;
qproperty-footerMargin: 20;
}
What does qproperty-footerMargin actually do?
I played around with it and tried values from 10-599 without any to me visible effect.