Changeset - 4432eb113b7f
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 15 years ago 2010-11-15 17:08:42
marcin@python-works.com
template fixes
2 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -258,8 +258,8 @@ background-position:0 -40px;
 
 
#header #header-inner #logo h1 {
 
color:#FFF;
 
font-size:14px;
 
margin:13px 0 0 13px;
 
font-size:18px;
 
margin:10px 0 0 13px;
 
padding:0;
 
}
 
rhodecode/templates/summary/summary.html
Show inline comments
 
@@ -557,7 +557,7 @@ E.onDOMReady(function(e){
 

	
 
<div class="box">    
 
    <div class="title">
 
        <div class="breadcrumbs">${h.link_to(_('Last ten changes'),h.url('changelog_home',repo_name=c.repo_name))}</div>
 
        <div class="breadcrumbs">${h.link_to(_('Last ten changes'),h.url('shortlog_home',repo_name=c.repo_name))}</div>
 
    </div>    
 
    <div class="table">
 
        <div id="shortlog_data">
0 comments (0 inline, 0 general)