- <%= _('%s or %s') % [thickbox_inline_popup_link('' + _('Login') + '', login_url, 'inlineLoginBox', :id => 'link_login'), link_to('' + _('Register') + '', :controller => 'account', :action => 'signup') ] %>
+ <%= _("%s or %s") % [thickbox_inline_popup_link('' + _('Login') + '', login_url, 'inlineLoginBox', :id => 'link_login'), link_to('' + _('Register') + '', :controller => 'account', :action => 'signup') ] %>
<%= render :file => 'account/login', :locals => { :is_thickbox => true } %>
diff --git a/public/designs/themes/base/style.css b/public/designs/themes/base/style.css
index 0e45aa9..1617e56 100644
--- a/public/designs/themes/base/style.css
+++ b/public/designs/themes/base/style.css
@@ -1243,9 +1243,6 @@ table.profile th {
.browse-results-innerbox {
margin-top: 10px;
- border-bottom: none;
- border: 1px solid #CCC;
- background: url(imgs/comment-bg-S.png) 0% 100% repeat-x;
padding-bottom: 10px;
}
--
libgit2 0.21.2