From: Aaron Taylor Date: Mon, 7 Jun 2021 02:51:32 +0000 (-0700) Subject: Center images displayed in markdown READMEs. X-Git-Url: http://git.subgeniuskitty.com/gitweb-sgk/.git/commitdiff_plain/e24c91e436430db9ba239202ce8ef09e5c2180a1 Center images displayed in markdown READMEs. --- diff --git a/static/gitweb.css b/static/gitweb.css index d001682..4894dd3 100644 --- a/static/gitweb.css +++ b/static/gitweb.css @@ -409,6 +409,8 @@ th .header { .readme img { max-width: 100%; max-height: auto; + margin-left: auto; + margin-right: auto; } .projects_list,