Skip to content

Commit

Permalink
Reset position with new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Daley committed Jul 28, 2012
1 parent a9ab5c2 commit 9be2ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/_navigation.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<%= link_to image_tag('logo.png'), root_path, :class => 'brand' %>
<ul class="nav pull-right" style="position:relative; top:10px">
<ul class="nav pull-right" style="position:relative; top:6px">
<% if user_signed_in? %>
<li>
<%= link_to "sign out", signout_path %>
Expand Down

0 comments on commit 9be2ed1

Please sign in to comment.