# HG changeset patch # User Mads Kiilerich # Date 1362089128 -3600 # Node ID 488bbf5e3f5984c098abefc9503166c617719ad3 # Parent 07c9d77578a9f9d9cf732b8decdb96b8644bfba4 css: there is no such thing as vertical-align: right diff -r 07c9d77578a9 -r 488bbf5e3f59 rhodecode/templates/branches/branches.html --- a/rhodecode/templates/branches/branches.html Thu Feb 28 23:05:28 2013 +0100 +++ b/rhodecode/templates/branches/branches.html Thu Feb 28 23:05:28 2013 +0100 @@ -26,7 +26,7 @@ %if c.repo_branches: -
${_('Compare branches')}
+
${_('Compare branches')}
%endif
<%include file='branches_data.html'/> diff -r 07c9d77578a9 -r 488bbf5e3f59 rhodecode/templates/changelog/changelog.html --- a/rhodecode/templates/changelog/changelog.html Thu Feb 28 23:05:28 2013 +0100 +++ b/rhodecode/templates/changelog/changelog.html Thu Feb 28 23:05:28 2013 +0100 @@ -32,7 +32,7 @@
-
+
diff -r 07c9d77578a9 -r 488bbf5e3f59 rhodecode/templates/tags/tags.html --- a/rhodecode/templates/tags/tags.html Thu Feb 28 23:05:28 2013 +0100 +++ b/rhodecode/templates/tags/tags.html Thu Feb 28 23:05:28 2013 +0100 @@ -26,7 +26,7 @@
%if c.repo_tags: - + %endif
<%include file='tags_data.html'/>