From fc68a7f0c6c3e5625e10475f5073aa4b2abb3a2b Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 27 Nov 2016 10:19:23 -0800 Subject: [PATCH] tighten spacing on digest "new in" --- app/views/user_notifications/digest.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/user_notifications/digest.html.erb b/app/views/user_notifications/digest.html.erb index 6fe782aeaaf..72dc79a86a2 100644 --- a/app/views/user_notifications/digest.html.erb +++ b/app/views/user_notifications/digest.html.erb @@ -303,12 +303,12 @@ body, table, td, th, h1, h2, h3 {font-family: Helvetica, Arial, sans-serif !impo - +

<%= t.user_data ? (t.highest_post_number - (t.user_data.last_read_post_number || 0)) : t.highest_post_number %>

- + <%= t.title -%> @@ -316,18 +316,18 @@ body, table, td, th, h1, h2, h3 {font-family: Helvetica, Arial, sans-serif !impo <%= category_badge(t.category, inline_style: true, absolute_url: true) %>

- + <% t.posters_summary[0,2].each do |ps| %> <% if ps.user %> <% end %> <% end %> - +

<%= t.like_count -%>

- +

<%= t.posts_count - 1 -%>