From 0796f95679c5b42cb3d1186392fec4e2efcc61e0 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 2 Mar 2020 08:48:25 -0800 Subject: [PATCH] webapps.help: matching style for navbar. --- basis/help/html/stylesheet.css | 3 +++ extra/webapps/help/search.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/basis/help/html/stylesheet.css b/basis/help/html/stylesheet.css index ce40e2e85f..bcd54ba9d3 100644 --- a/basis/help/html/stylesheet.css +++ b/basis/help/html/stylesheet.css @@ -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; } diff --git a/extra/webapps/help/search.xml b/extra/webapps/help/search.xml index bb465b9608..f4f79b6826 100644 --- a/extra/webapps/help/search.xml +++ b/extra/webapps/help/search.xml @@ -41,6 +41,9 @@ .navbar { margin: 0; padding: 15px; + padding-top: 10px; + padding-bottom: 10px; + line-height: 150%; border-bottom: 1px solid #ccc; }