# HG changeset patch # User Marcin Kuzminski # Date 1315952912 -10800 # Node ID aa805ee6ee0936007b9949d76542691ddd7e4f05 # Parent f4725d9faf84b5e482f11528fa6feda6e3499bf0 fixes code view issue on chrome diff -r f4725d9faf84 -r aa805ee6ee09 rhodecode/public/css/pygments.css --- a/rhodecode/public/css/pygments.css Wed Sep 14 00:43:12 2011 +0300 +++ b/rhodecode/public/css/pygments.css Wed Sep 14 01:28:32 2011 +0300 @@ -24,7 +24,11 @@ } 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 -r f4725d9faf84 -r aa805ee6ee09 rhodecode/templates/index_base.html --- a/rhodecode/templates/index_base.html Wed Sep 14 00:43:12 2011 +0300 +++ b/rhodecode/templates/index_base.html Wed Sep 14 01:28:32 2011 +0300 @@ -16,10 +16,8 @@
-
+
+ ${parent.breadcrumbs()} ${_('repositories')}
%if c.rhodecode_user.username != 'default':