]> gitweb.factorcode.org Git - factor.git/commitdiff
help.html: vertical-align images.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 15 Feb 2020 06:31:12 +0000 (22:31 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 15 Feb 2020 06:31:12 +0000 (22:31 -0800)
basis/help/html/stylesheet.css

index 411de0620db2cc76fd7eab3d194fd1b737a293e4..6032631e4287e786806c2006916aec29b7bc22ae 100644 (file)
@@ -23,6 +23,10 @@ input {
     border-radius: 3px;
 }
 
+img {
+    vertical-align: middle;
+}
+
 .navbar {
     background-color: #f3f2ea;
     padding: 10px;