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>2016-02-23 14:18:31 +0300
committerPhil Hughes <me@iamphill.com>2016-02-23 14:18:31 +0300
commit9fd220b30cee13d5f6e61daf3293f7e6d4e6aea3 (patch)
treed2e975c327ab40c5cfab8b1a2d51a50cb3f98bfe /app/assets/stylesheets/framework/timeline.scss
parent7c8099853621cc2a244bf6e0fd37a8b503d1ec5e (diff)
Changed padding & background color for highlighted notes
Closes #12453
Diffstat (limited to 'app/assets/stylesheets/framework/timeline.scss')
-rw-r--r--app/assets/stylesheets/framework/timeline.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/timeline.scss b/app/assets/stylesheets/framework/timeline.scss
index 47b843e5e3d..b96b3e06465 100644
--- a/app/assets/stylesheets/framework/timeline.scss
+++ b/app/assets/stylesheets/framework/timeline.scss
@@ -5,7 +5,7 @@
padding: 0;
.timeline-entry {
- padding: $gl-padding 0;
+ padding: $gl-padding $gl-btn-padding;
border-color: $table-border-color;
color: $gl-gray;
border-bottom: 1px solid $border-white-light;