github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2019-06-13 12:24 pm

[dreamwidth/dw-free] a153ed: Styles: Wrong keyword value in image fix (#2489)

Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: a153ed6101f558948c4fd89bfbe03c01637f60e6
https://github.com/dreamwidth/dw-free/commit/a153ed6101f558948c4fd89bfbe03c01637f60e6
Author: Nick Fagerlund <nick.fagerlund@gmail.com>
Date: 2019-06-13 (Thu, 13 Jun 2019)

Changed paths:
M styles/abstractia/layout.s2
M styles/bases/layout.s2
M styles/blanket/layout.s2
M styles/brittle/layout.s2
M styles/core2base/layout.s2
M styles/drifting/layout.s2
M styles/easyread/layout.s2
M styles/goldleaf/layout.s2
M styles/negatives/layout.s2
M styles/skittlishdreams/layout.s2
M styles/venture/layout.s2

Log Message:
-----------
Styles: Wrong keyword value in image fix (#2489)

I used a Firefox-ism that isn't broadly supported! When an image with height and
width attributes gets shrunk to fit, this can cause some white space above and
below it in other browsers. `height: auto;` is equivalent to what I meant here.
(It overrides the height attribute, but sets it to match the native aspect ratio
for the width we ended up using. 99.5% of the time this is correct; the other
.5%, you can override it with an inline `min-height`.)