Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-03-01 12:20:51 +0300
committerPhil Hughes <me@iamphill.com>2017-03-01 12:20:53 +0300
commitf86bded8d4535ae9591c651a385347ea3f3cbcbf (patch)
tree4e60457e13494e0ab81ab361f248d0f44b270bf7 /app/assets/stylesheets/framework/calendar.scss
parent48d7ed63912053a2a20f4352b7119ce267eb06fa (diff)
Removed top border from contribution calendar
Closes #28844
Diffstat (limited to 'app/assets/stylesheets/framework/calendar.scss')
-rw-r--r--app/assets/stylesheets/framework/calendar.scss4
1 files changed, 2 insertions, 2 deletions
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) {