Skip to content

Commit

Permalink
Improve base img style.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannon authored Jan 7, 2024
1 parent 8ac928a commit d21e847
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion includes/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,19 @@ td.weekcell {
text-decoration:none;
}
img {
border:0;
max-inline-size: 100%;
block-size: auto;

/* These 2 presume pre-load a low-res image in an inline style="" on each img. */
/* We probably don't need them. Yet. */
/*
background-repeat: no-repeat;
background-size: cover;
*/

shape-margin: 1rem;
border: 0;
vertical-align: middle;
}
img.color {
width:.9375rem;
Expand Down

0 comments on commit d21e847

Please sign in to comment.