From e24c91e436430db9ba239202ce8ef09e5c2180a1 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Sun, 6 Jun 2021 19:51:32 -0700 Subject: [PATCH] Center images displayed in markdown READMEs. --- static/gitweb.css | 2 ++ 1 file changed, 2 insertions(+) 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, -- 2.20.1