Skip to content

Commit

Permalink
Updatre tree images with png
Browse files Browse the repository at this point in the history
remove old gif
  • Loading branch information
bricesanchez committed Dec 17, 2018
1 parent ed7fcbe commit ae79b6b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Binary file removed core/app/assets/images/refinery/branch-end.gif
Binary file not shown.
Binary file removed core/app/assets/images/refinery/branch-start.gif
Binary file not shown.
Binary file added core/app/assets/images/refinery/branch-start.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed core/app/assets/images/refinery/branch.gif
Binary file not shown.
Binary file added core/app/assets/images/refinery/branch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions core/app/assets/stylesheets/refinery/components/_tree.sass
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
display: block
margin: 0
padding: 0.25em 0 0 2em
background: image_url('refinery/branch.gif') no-repeat 15px 0px
background: image_url('refinery/branch.png') no-repeat 15px 0px

span.item
display: block
Expand All @@ -37,7 +37,7 @@
@include icon('spinner')

&:first-child
background-image: image_url('refinery/branch-start.gif')
background-image: image_url('refinery/branch-start.png')

&:last-child
background-image: image_url('refinery/branch-end.png')
Expand Down

0 comments on commit ae79b6b

Please sign in to comment.