# HG changeset patch # User Marcin Kuzminski # Date 2013-03-18 17:18:10 # Node ID c0a157ab9a15d4d82b2ac3aa9279cbf4bc0808dc # Parent 6af65ba41115d82f271438963d0d9876bf50baae codecleaner diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -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 { diff --git a/rhodecode/templates/changelog/changelog.html b/rhodecode/templates/changelog/changelog.html --- a/rhodecode/templates/changelog/changelog.html +++ b/rhodecode/templates/changelog/changelog.html @@ -85,11 +85,11 @@ %endif %if h.is_hg(c.rhodecode_repo): - %for book in cs.bookmarks: -
- ${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))} -
- %endfor + %for book in cs.bookmarks: +
+ ${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))} +
+ %endfor %endif %for tag in cs.tags: