Center images displayed in markdown READMEs.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 7 Jun 2021 02:51:32 +0000 (19:51 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 7 Jun 2021 02:51:32 +0000 (19:51 -0700)
static/gitweb.css

index d001682..4894dd3 100644 (file)
@@ -409,6 +409,8 @@ th .header {
 .readme img {
   max-width: 100%;
   max-height: auto;
 .readme img {
   max-width: 100%;
   max-height: auto;
+  margin-left: auto;
+  margin-right: auto;
 }
 
 .projects_list,
 }
 
 .projects_list,