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:
authorFilipa Lacerda <filipa@gitlab.com>2016-12-16 20:53:20 +0300
committerFilipa Lacerda <filipa@gitlab.com>2016-12-16 20:53:20 +0300
commit068a6599d8d20943383cbc41d137837f2734b552 (patch)
tree2080406f7bfa937591443d46947019d98efdab6e /app/assets/stylesheets/pages/pipelines.scss
parent637f5c1502c732a20fbfa8d89ead48bbf063e2ed (diff)
parent3487551966ddad57111e34284245ed9074c024c5 (diff)
Merge branch 'master' into 19703-direct-link-pipelines
* master: (30 commits) Add GitLab host to 2FA QR and manual info Fix broken test Fix rubocop Fix specs in Ruby 2.1 Clearer comment as to why the procedure is needed Ensure issuable state changes only fire webhooks once Improve performance on RemoveDuplicatesFromRoutes migration Fix the AddNameIndexToNamespace migration to be reversible Use optimized query to fill the routes table when running PostgreSQL Don't use the Route model in migrations Added KaTeX license and procedure to build it for Gitlab [ci skip] UX Guide: add guidance on cursor usage Changes after review Add missing group policy spec Limit description container for mrs while viewing side by side diff Refactor Namespace#parents method Change SlackService to SlackNotificationsService Made Ci::Builds to have same ref as Ci::Pipeline in dev fixtures Mattermost Notifications Service Replace static fixture for abuse_reports_spec (!7644) ...
Diffstat (limited to 'app/assets/stylesheets/pages/pipelines.scss')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss12
1 files changed, 4 insertions, 8 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 33d3a800e7c..a0719b415e5 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -616,14 +616,10 @@
li {
padding-top: 2px;
margin: 0 5px;
- }
-
- li:first-child {
- padding-top: 6px;
- }
-
- li:last-child {
- padding-bottom: 6px;
+ padding-left: 0;
+ padding-bottom: 0;
+ margin-bottom: 0;
+ line-height: 1.2;
}
}
}