]> gitweb.factorcode.org Git - factor.git/commitdiff
webapps.help: matching style for navbar.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 2 Mar 2020 16:48:25 +0000 (08:48 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 2 Mar 2020 16:48:25 +0000 (08:48 -0800)
basis/help/html/stylesheet.css
extra/webapps/help/search.xml

index ce40e2e85f946c2ef83c705328ef2addad4e24e3..bcd54ba9d36667fcc0f33ffa187a4663216c32f4 100644 (file)
@@ -39,6 +39,9 @@ tr:hover {
 .navbar {
     margin: 0;
     padding: 15px;
+    padding-top: 10px;
+    padding-bottom: 10px;
+    line-height: 150%;
     border-bottom: 1px solid #ccc;
 }
 
index bb465b9608788c6f99fc4e6697a7e0fadee6b775..f4f79b68260394f4fb005fa3e54076dba69f19d7 100644 (file)
@@ -41,6 +41,9 @@
             .navbar {
                 margin: 0;
                 padding: 15px;
+                padding-top: 10px;
+                padding-bottom: 10px;
+                line-height: 150%;
                 border-bottom: 1px solid #ccc;
             }