Quote:
Originally Posted by GeoffR
But then again, maybe some rules are needed to prevent more general div styles in the book from being applied to the divs added by the driver, something like this?
Code:
div#book-columns, div#book-inner {
margin: 0 0 0 0;
padding: 0 0 0 0;
}
|
Defining only those styles? Why div#book-columns and not div.book-columns? But I think that, perhaps, only that. It shouldn't modify anything else, neither paragraphs nor links.