Thanks for the response JSWolf. In the first CSS statement I did specify the border. This is for the 20 or so chapters that use the same image. The second CSS statement is for a specific image that should not have a border:
div.epigraph-facing div.mediaobject img[src="images/e_MapOfLincoln.png"] {
border: none !important;
}
Not sure why but that image does not have a border when viewed on iBooks on the desktop but does have a border when viewed on the iPad.
Any thoughts why that is happening?
|