From f49d776564773c3d0a0a647b5231f2eac92784b7 Mon Sep 17 00:00:00 2001 From: lnx4 Date: Sat, 17 Sep 2022 22:14:11 +0300 Subject: [PATCH] update --- chromium-lorpic/style.css | 2 +- firefox-lorpic/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chromium-lorpic/style.css b/chromium-lorpic/style.css index 69ed968..2a951c9 100755 --- a/chromium-lorpic/style.css +++ b/chromium-lorpic/style.css @@ -1,5 +1,5 @@ a img.lorpic { - display: block; + display: inline-block; max-width: 33%; height: auto; } diff --git a/firefox-lorpic/style.css b/firefox-lorpic/style.css index 69ed968..2a951c9 100755 --- a/firefox-lorpic/style.css +++ b/firefox-lorpic/style.css @@ -1,5 +1,5 @@ a img.lorpic { - display: block; + display: inline-block; max-width: 33%; height: auto; }