From f86bded8d4535ae9591c651a385347ea3f3cbcbf Mon Sep 17 00:00:00 2001
From: Phil Hughes <me@iamphill.com>
Date: Wed, 1 Mar 2017 09:20:51 +0000
Subject: Removed top border from contribution calendar

Closes #28844
---
 app/assets/stylesheets/framework/calendar.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'app')

diff --git a/app/assets/stylesheets/framework/calendar.scss b/app/assets/stylesheets/framework/calendar.scss
index fb8ea18d122..b53f847260b 100644
--- a/app/assets/stylesheets/framework/calendar.scss
+++ b/app/assets/stylesheets/framework/calendar.scss
@@ -1,6 +1,6 @@
 .calender-block {
-  padding-left: 0;
-  padding-right: 0;
+  padding: 0 0 $gl-padding;
+  border-top: 0;
   direction: rtl;
 
   @media (min-width: $screen-sm-min) and (max-width: $screen-md-max) {
-- 
cgit v1.2.1


From 834aaf465e983e50ee9f4459062b473bb70ec8d5 Mon Sep 17 00:00:00 2001
From: Phil Hughes <me@iamphill.com>
Date: Wed, 1 Mar 2017 12:36:53 +0000
Subject: Removed 0 padding The extra spacing at the top is caused the
 user-callout box that should be fixed in another merge request

---
 app/assets/stylesheets/framework/calendar.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'app')

diff --git a/app/assets/stylesheets/framework/calendar.scss b/app/assets/stylesheets/framework/calendar.scss
index b53f847260b..9a0f7a14e57 100644
--- a/app/assets/stylesheets/framework/calendar.scss
+++ b/app/assets/stylesheets/framework/calendar.scss
@@ -1,5 +1,6 @@
 .calender-block {
-  padding: 0 0 $gl-padding;
+  padding-left: 0;
+  padding-right: 0;
   border-top: 0;
   direction: rtl;
 
-- 
cgit v1.2.1