diff --git a/rhodecode/public/css/pygments.css b/rhodecode/public/css/pygments.css --- a/rhodecode/public/css/pygments.css +++ b/rhodecode/public/css/pygments.css @@ -24,7 +24,11 @@ div.codeblock .code-header .commit{ } div.codeblock .code-body table{ - width: 0 !important; + width: 0 !important; + border: 0px !important; +} +div.codeblock .code-body table td { + border: 0px !important; } div.code-body { background-color: #FFFFFF; diff --git a/rhodecode/templates/index_base.html b/rhodecode/templates/index_base.html --- a/rhodecode/templates/index_base.html +++ b/rhodecode/templates/index_base.html @@ -16,10 +16,8 @@
-
+
+ ${parent.breadcrumbs()} ${_('repositories')}
%if c.rhodecode_user.username != 'default':