all repos — honk @ 8d2f7232fe20740083f983395742f6eb53c2bbfc

my fork of honk

make inline imgs block
Ted Unangst tedu@tedunangst.com
Tue, 08 Oct 2019 16:56:19 -0400
commit

8d2f7232fe20740083f983395742f6eb53c2bbfc

parent

e732691828c92d4255c5ef9e9155d909c79cc26b

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M views/style.cssviews/style.css

@@ -242,6 +242,9 @@ img, video {

max-width: 100%; max-height: 600px; } +.noise img { + display: block; +} img.emu { width: 2em; height: 2em;