Quote:
Originally Posted by truth1ness
I'm trying to set the maximum height for images in calibre reader. I added the following to the CSS in settings but it didn't do anything. What is the correct way to do this?
.container img {
max-height: 30px;
}
|
what is wrong with the simple
or
were you trying to only control an img that is a descendent of a .container class