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 15:36:53 +0300
committerPhil Hughes <me@iamphill.com>2017-03-01 15:36:53 +0300
commit834aaf465e983e50ee9f4459062b473bb70ec8d5 (patch)
treef4a9eeeca3531a47f2ca6b13b6cb83b0c81c513d /app/assets/stylesheets/framework/calendar.scss
parentf86bded8d4535ae9591c651a385347ea3f3cbcbf (diff)
Removed 0 padding
The extra spacing at the top is caused the user-callout box that should be fixed in another merge request
Diffstat (limited to 'app/assets/stylesheets/framework/calendar.scss')
-rw-r--r--app/assets/stylesheets/framework/calendar.scss3
1 files changed, 2 insertions, 1 deletions
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;