diff --git a/app/views/themes/index.rhtml b/app/views/themes/index.rhtml index 7d6a668..5b7fa76 100644 --- a/app/views/themes/index.rhtml +++ b/app/views/themes/index.rhtml @@ -20,7 +20,7 @@ :alt => _('The "%s" template')) %> <% end %> - > + style='vertical-align: top;'> <% if template %> <%= template.id %> <%= _('(current)') if selected %>
@@ -57,7 +57,7 @@ :alt => (_('The "%s" theme.') % theme.name)) %> <% end %> - > + style='vertical-align: top'> <% if theme %> <%= theme.name %> <%= _('(current)') if selected %>
<%= link_to(_('Use this theme'), :action => 'set', :id => theme.id) unless selected %> -- libgit2 0.21.2