From 657b37d19989a9a32e4cedac515182c07eda2e6f Mon Sep 17 00:00:00 2001 From: hankhill19580 <hankhill19580@gmail.com> Date: Sun, 7 Jun 2020 09:34:44 +0000 Subject: [PATCH] Specify wider margin for images in unordered lists --- i2p2www/static/styles/duck/default.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/i2p2www/static/styles/duck/default.css b/i2p2www/static/styles/duck/default.css index 64483d386..70cc9ca8f 100644 --- a/i2p2www/static/styles/duck/default.css +++ b/i2p2www/static/styles/duck/default.css @@ -569,6 +569,11 @@ div#content .inner ul.DREAD { padding-right: 1.3rem; } +#post li img { + display: inline-block; + margin-right: 50%; +} + #post .section { overflow: auto; } -- GitLab