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; }