From 76146baf60c861fed1ab9f2d16c757f1b82e7903 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 6 Jan 2021 15:40:53 +0000 Subject: [PATCH] Remove spacing tweaks and legacy pagination spacing CSS No need to fight against something that we no longer use. --- app/assets/stylesheets/common.scss | 4 ---- app/views/traces/_trace_paging_nav.html.erb | 2 +- app/views/traces/index.html.erb | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index d8369e3ce..0998b94a9 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1273,10 +1273,6 @@ tr.turn:hover { } } -.pagination { - padding-top: $lineheight; -} - /* Rules for the diary entry page */ .diary_entries { diff --git a/app/views/traces/_trace_paging_nav.html.erb b/app/views/traces/_trace_paging_nav.html.erb index f3666d926..25e35d226 100644 --- a/app/views/traces/_trace_paging_nav.html.erb +++ b/app/views/traces/_trace_paging_nav.html.erb @@ -1,5 +1,5 @@