diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 6320a7d89..c2f642edc 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -573,7 +573,7 @@ a.donate { img { vertical-align: top; border-radius: 2px 0 0 2px; - padding-right: 5px; + margin-right: 5px; } #inboxanchor { diff --git a/app/views/layouts/_inbox.html.erb b/app/views/layouts/_inbox.html.erb index 6dd6218ee..787dd8bfc 100644 --- a/app/views/layouts/_inbox.html.erb +++ b/app/views/layouts/_inbox.html.erb @@ -1,3 +1,3 @@ - <%= @user.new_messages.size %> + <%= @user.new_messages.size %> \ No newline at end of file