fixed the background positioning on pull and push icons
This commit is contained in:
parent
22aab4a629
commit
edcdb61e31
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user