Changeset - aa805ee6ee09
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 14 years ago 2011-09-14 00:28:32
marcin@python-works.com
fixes code view issue on chrome
2 files changed with 7 insertions and 5 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/pygments.css
Show inline comments
 
@@ -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;
rhodecode/templates/index_base.html
Show inline comments
 
@@ -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':
0 comments (0 inline, 0 general)