Making images embedded in READMEs into block elements.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 7 Jun 2021 02:55:02 +0000 (19:55 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 7 Jun 2021 02:55:02 +0000 (19:55 -0700)
static/gitweb.css

index 4894dd3..44ce42b 100644 (file)
@@ -409,6 +409,7 @@ th .header {
 .readme img {
   max-width: 100%;
   max-height: auto;
 .readme img {
   max-width: 100%;
   max-height: auto;
+  display: block;
   margin-left: auto;
   margin-right: auto;
 }
   margin-left: auto;
   margin-right: auto;
 }