Skip to content

Commit

Permalink
Fix footer width
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Topolyanskiy authored and radar committed Jun 6, 2012
1 parent 60fb9fa commit bedd65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/app/views/spree/shared/_footer.html.erb
@@ -1,4 +1,4 @@
<footer id="footer" class="row" data-hook> <footer id="footer" class="alpha omega sixteen columns" data-hook>
<div id="footer-left" class="columns alpha eight" data-hook> <div id="footer-left" class="columns alpha eight" data-hook>
<p><%= t :powered_by %> <%= link_to 'Spree', 'http://spreecommerce.com/' %></p> <p><%= t :powered_by %> <%= link_to 'Spree', 'http://spreecommerce.com/' %></p>
</div> </div>
Expand Down

0 comments on commit bedd65c

Please sign in to comment.