# HG changeset patch # User Marcin Kuzminski # Date 2011-09-13 22:28:32 # Node ID aa805ee6ee0936007b9949d76542691ddd7e4f05 # Parent f4725d9faf84b5e482f11528fa6feda6e3499bf0 fixes code view issue on chrome 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':