]> gitweb.factorcode.org Git - factor.git/commitdiff
help.html: make search box bigger
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 29 Jan 2023 19:34:11 +0000 (11:34 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 29 Jan 2023 19:34:11 +0000 (11:34 -0800)
basis/help/html/stylesheet.css

index 7fe0ca3900585178c1219be37cbd0ab7ea5e1b01..e2ebeec45829b260295eb6c4375305c3cae19973 100644 (file)
@@ -57,6 +57,12 @@ nav img {
     vertical-align: middle;
 }
 
+nav input {
+    padding: 3px;
+    margin-top: 0px;
+    margin-bottom: 0px;
+}
+
 .page {
     max-width: 800px;
     position: relative;