From 79e3dd19fbab4e8332c0546c28080d476ab1fe66 Mon Sep 17 00:00:00 2001 From: Greg Farough Date: Wed, 16 Nov 2022 16:59:10 -0500 Subject: [PATCH] css changes to accommodate magnifying glass --- v13/css/master.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/v13/css/master.css b/v13/css/master.css index 26cc73e..b9ac752 100644 --- a/v13/css/master.css +++ b/v13/css/master.css @@ -355,17 +355,23 @@ section { background-image: url("../img/bad.svg"); } +.caveats li { + background-image: url("../img/mag.png"); +} + li.neutral { background-image: url("../img/neutral.svg"); } .cons, +.caveats, .pros { padding-left: 15px; } .cons li, .pros li, +.caveats li, .info { padding-left: 30px; background-position: top left; -- 2.25.1