From edcdb61e319f1ee0bcbc7c157999ff5c5853038d Mon Sep 17 00:00:00 2001 From: Justine Arreche Date: Thu, 11 Dec 2014 13:51:07 +0100 Subject: [PATCH] fixed the background positioning on pull and push icons --- assets/styles/main/summary.sass | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/assets/styles/main/summary.sass b/assets/styles/main/summary.sass index e5af0b10..fe5743f6 100644 --- a/assets/styles/main/summary.sass +++ b/assets/styles/main/summary.sass @@ -126,17 +126,18 @@ float: left position: relative display: block - width: 40px - height: 155px + height: 140px margin-right: 10px + padding: 15px 10px 0 10px + .kind-icon.push - background-image: inline-image('icons/push.svg') no-repeat 13px 9px + background: inline-image('icons/push.svg') no-repeat background-size: contain height: 21px width: 21px .kind-icon.pull_request - background-image: inline-image('icons/pull-request.svg') no-repeat 13px 9px + background: inline-image('icons/pull-request.svg') no-repeat 2px background-size: contain height: 21px width: 21px