fixed the background positioning on pull and push icons

This commit is contained in:
Justine Arreche 2014-12-11 13:51:07 +01:00
parent 22aab4a629
commit edcdb61e31

View File

@ -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