From: Aaron Taylor Date: Mon, 24 May 2021 00:34:28 +0000 (-0700) Subject: Images in READMEs will now autoscale to fit inside the corresponding README
. X-Git-Url: http://git.subgeniuskitty.com/gitweb-sgk/.git/commitdiff_plain/351afc3b4e8e110872d5d0a741293ee258b3a5ad Images in READMEs will now autoscale to fit inside the corresponding README
. --- diff --git a/static/gitweb.css b/static/gitweb.css index 5b5451b..48cf972 100644 --- a/static/gitweb.css +++ b/static/gitweb.css @@ -404,6 +404,11 @@ th .header { margin: 1em; } +.readme img { + max-width: 100%; + max-height: auto; +} + .projects_list, .tags { width: 95%;