Skip to content

Commit

Permalink
added gap to cart footer
Browse files Browse the repository at this point in the history
  • Loading branch information
jedateach committed Oct 6, 2015
1 parent 7175f8d commit e899f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Layout/CartPage.ss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<i class="icon icon-info-sign"></i> <% _t("NOITEMS","There are no items in your cart.") %>
</div>
<% end_if %>
<div class="cartfooter">
<div class="cartfooter actionsrow">
<% if ContinueLink %>
<a class="continuelink btn btn-primary" href="$ContinueLink">
<i class="icon-arrow-left icon-white"></i>
Expand Down

0 comments on commit e899f9a

Please sign in to comment.