diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -4963,3 +4963,7 @@ div.comment:target>.comment-wrapp { border: solid 2px #ee0 !important; margin: -2px; } + +#help_kb { + display: none; +} diff --git a/rhodecode/templates/base/root.html b/rhodecode/templates/base/root.html --- a/rhodecode/templates/base/root.html +++ b/rhodecode/templates/base/root.html @@ -10,12 +10,10 @@ ## CSS ### <%def name="css()"> - - - - + + ## EXTRA FOR CSS ${self.css_extra()} diff --git a/rhodecode/templates/errors/error_document.html b/rhodecode/templates/errors/error_document.html --- a/rhodecode/templates/errors/error_document.html +++ b/rhodecode/templates/errors/error_document.html @@ -13,8 +13,8 @@ %endif - - + +