changeset 1475:aa805ee6ee09 beta

fixes code view issue on chrome
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 14 Sep 2011 01:28:32 +0300
parents f4725d9faf84
children d30536f02192
files rhodecode/public/css/pygments.css rhodecode/templates/index_base.html
diffstat 2 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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;
--- 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 @@
     <div class="box">
         <!-- box / title -->
         <div class="title">
-            <h5><input class="top-right-rounded-corner top-left-rounded-corner 
-                               bottom-left-rounded-corner bottom-right-rounded-corner" 
-                        id="q_filter" size="15" type="text" name="filter" 
-                        value="${_('quick filter...')}"/>
+            <h5>
+            <input class="top-right-rounded-corner top-left-rounded-corner bottom-left-rounded-corner bottom-right-rounded-corner" id="q_filter" size="15" type="text" name="filter" value="${_('quick filter...')}"/>
             ${parent.breadcrumbs()} <span id="repo_count"></span> ${_('repositories')} 
             </h5>
             %if c.rhodecode_user.username != 'default':