css changes to accommodate magnifying glass
authorGreg Farough <gregf@gnu.org>
Wed, 16 Nov 2022 21:59:10 +0000 (16:59 -0500)
committerGreg Farough <gregf@gnu.org>
Wed, 16 Nov 2022 21:59:10 +0000 (16:59 -0500)
v13/css/master.css

index 26cc73e3adada48f405429995f7a90500172d752..b9ac752ca65a926ed25a4d51ff1ddff3e21f23d4 100644 (file)
@@ -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;