/* Additions on top of the unmodified index-theme stylesheet. Keep style.css in sync with eddiedale.com; put site-specific rules here. */

/* Images carry width/height attributes (so the layout doesn't jump while loading);
   the theme sets width:100%, so the height must follow the aspect ratio. */
img {
  height: auto;
}
