View Single Post
Old 05-31-2022, 09:56 AM   #3
Cepheus
Member
Cepheus began at the beginning.
 
Cepheus's Avatar
 
Posts: 19
Karma: 10
Join Date: Mar 2019
Device: Kindle
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?
Cepheus is offline   Reply With Quote