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: