Changeset - c0a157ab9a15
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 13 years ago 2013-03-18 18:18:10
marcin@python-works.com
codecleaner
2 files changed with 6 insertions and 6 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -2005,7 +2005,7 @@ a.metatag[tag="license"]:hover {
 
    font-size: 10px;
 
    color: #fff;
 
    padding: 0px !important;
 
    line-height: 20px !important;    
 
    line-height: 20px !important;
 
}
 

	
 
#quick_login .submit {
rhodecode/templates/changelog/changelog.html
Show inline comments
 
@@ -85,11 +85,11 @@ ${self.context_bar('changelog')}
 
                                        </div>
 
                                    %endif
 
                                    %if h.is_hg(c.rhodecode_repo):
 
	                                    %for book in cs.bookmarks:
 
	                                        <div class="bookbook" title="${'%s %s' % (_('bookmark'),book)}">
 
	                                            ${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
 
	                                        </div>
 
	                                    %endfor
 
                                        %for book in cs.bookmarks:
 
                                            <div class="bookbook" title="${'%s %s' % (_('bookmark'),book)}">
 
                                                ${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
 
                                            </div>
 
                                        %endfor
 
                                    %endif
 
                                    %for tag in cs.tags:
 
                                        <div class="tagtag"  title="${'%s %s' % (_('tag'),tag)}">
0 comments (0 inline, 0 general)