summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-07 08:57:30 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-10 10:48:50 -0500
commit7a28205629962427bfe5a48610ee4890b37f5ae8 (patch)
tree29aa6c59ed886925ef15e84589ad1ee1fd9ffd21
parent879a68a7c48c469c2646ecd89412cab9679d8860 (diff)
downloadgitlab-ce-7a28205629962427bfe5a48610ee4890b37f5ae8.tar.gz
Remove negative margins
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss8
1 files changed, 3 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 04cce24ce7d..21224447628 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -316,12 +316,11 @@
&::before {
content: '';
position: absolute;
- top: 50%;
+ top: 49%;
left: -48px;
border-top: 2px solid $border-color;
width: 48px;
height: 1px;
- margin-top: -1px;
}
}
}
@@ -494,12 +493,11 @@
&::after {
content: '';
position: absolute;
- top: 50%;
+ top: 49%;
right: -48px;
border-top: 2px solid $border-color;
width: 48px;
height: 1px;
- margin-top: -1px;
}
}
@@ -591,7 +589,7 @@
width: 21px;
height: 25px;
position: absolute;
- top: -32.5px;
+ top: -31px;
border-top: 2px solid $border-color;
}