From d8e4c64e38bd9c6acb7e7ca5913a36999ded514c Mon Sep 17 00:00:00 2001 From: Steven Hall Date: Mon, 15 Mar 2021 21:38:54 -0700 Subject: Fixed Image sizing for directional images --- data/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/style.css b/data/style.css index a606dd599..5c9d1c259 100644 --- a/data/style.css +++ b/data/style.css @@ -25,7 +25,8 @@ code { color: lime ; } -li img { +img[alt="BTC logo"], +img[alt="XMR Logo"] { max-width: 1em ; max-height: 1em ; display: inline ; -- cgit v1.2.3