View Single Post
Old 01-14-2015, 04:51 AM   #1173
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
I haven't tested it, but looking at the code I think this rule in style-hacks.css:
Code:
div#book-inner * {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
should not have the * selector:
Code:
div#book-inner {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
(if the rule is needed at all? In fact, I don't see why style-hacks.css is needed at all?)

Last edited by GeoffR; 01-14-2015 at 04:53 AM. Reason: why is style-hacks.css needed at all?
GeoffR is offline   Reply With Quote