Skip to content

Commit

Permalink
Issue #159 - don't let img.bw_logo exceed 100% when display in entry-…
Browse files Browse the repository at this point in the history
…content. Issue #152 - no longer set img max-width 100%
  • Loading branch information
bobbingwide committed Sep 3, 2020
1 parent 20a5eed commit 3a84166
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion oik.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,10 @@ a.bw_portfolio { background: none; padding-left: 0px; }

/* Prevent images from going outside their bounding divs */
/* Does it matter what the class of the div is? Can't we do it for every image? */

.entry-content img.bw_logo { max-width: 100%; }
div.art-block img, div.textwidget img { max-width: 100% }
img { max-width: 100%; width: auto/9; /* Prevent stretching of full-size images in IE8 */ }

div.nivo-slice img, div.nivo-box img { margin: 0px; max-width: none; }

/* Fix for nested Artisteer blocks - see Support case 69871.
Expand Down
1 change: 0 additions & 1 deletion oik.min.css

This file was deleted.

0 comments on commit 3a84166

Please sign in to comment.