]> gitweb.factorcode.org Git - factor.git/commitdiff
help.html: need to hide img on iphones
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 12 Jan 2022 06:26:48 +0000 (22:26 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 12 Jan 2022 06:26:48 +0000 (22:26 -0800)
basis/help/html/stylesheet.css

index 1b74546c88f63d736bb0384830d2d4c67e5bf3d4..d7944b42d708fc3764c0151f17847bef4c158054 100644 (file)
@@ -85,6 +85,10 @@ tr:hover {
     input[type=text] {
         width: 100px;
     }
+
+    .navbar img {
+        display: none;
+    }
 }
 
 @media screen and (max-width: 600px) {