# HG changeset patch # User Marcin Kuzminski # Date 1316029201 -10800 # Node ID 6f1439efaed6391dba945d576b7d1c31dd4498a6 # Parent 6ebb165c3942c4d85b3820c5ec0dd4b678d572ef# Parent d30536f0219223217799698be192f18487f991d9 Automated merge with https://bitbucket.org/marcinkuzminski/rhodecode diff -r 6ebb165c3942 -r 6f1439efaed6 rhodecode/public/css/pygments.css --- a/rhodecode/public/css/pygments.css Wed Sep 14 15:55:06 2011 -0300 +++ b/rhodecode/public/css/pygments.css Wed Sep 14 22:40:01 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 6ebb165c3942 -r 6f1439efaed6 rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css Wed Sep 14 15:55:06 2011 -0300 +++ b/rhodecode/public/css/style.css Wed Sep 14 22:40:01 2011 +0300 @@ -355,7 +355,6 @@ top:0; left:0; border-left:none; -background:url("../images/quick_l.png") no-repeat top left; border-right:1px solid #2e5c89; padding:9px 4px 4px; } diff -r 6ebb165c3942 -r 6f1439efaed6 rhodecode/public/images/quick_l.png Binary file rhodecode/public/images/quick_l.png has changed diff -r 6ebb165c3942 -r 6f1439efaed6 rhodecode/public/images/quick_l_selected.png Binary file rhodecode/public/images/quick_l_selected.png has changed diff -r 6ebb165c3942 -r 6f1439efaed6 rhodecode/public/images/quick_r.png Binary file rhodecode/public/images/quick_r.png has changed diff -r 6ebb165c3942 -r 6f1439efaed6 rhodecode/public/images/quick_r_selected.png Binary file rhodecode/public/images/quick_r_selected.png has changed diff -r 6ebb165c3942 -r 6f1439efaed6 rhodecode/templates/index_base.html --- a/rhodecode/templates/index_base.html Wed Sep 14 15:55:06 2011 -0300 +++ b/rhodecode/templates/index_base.html Wed Sep 14 22:40:01 2011 +0300 @@ -16,10 +16,8 @@
-
+
+ ${parent.breadcrumbs()} ${_('repositories')}
%if c.rhodecode_user.username != 'default':