From: Aaron Taylor Date: Mon, 7 Jun 2021 02:55:02 +0000 (-0700) Subject: Making images embedded in READMEs into block elements. X-Git-Url: http://git.subgeniuskitty.com/gitweb-sgk/.git/commitdiff_plain/0305a0623a27fbb79c53d2bb2732cec0067189ed Making images embedded in READMEs into block elements. --- diff --git a/static/gitweb.css b/static/gitweb.css index 4894dd3..44ce42b 100644 --- a/static/gitweb.css +++ b/static/gitweb.css @@ -409,6 +409,7 @@ th .header { .readme img { max-width: 100%; max-height: auto; + display: block; margin-left: auto; margin-right: auto; }