Skip to content

Commit

Permalink
Changed size and color of jump to button
Browse files Browse the repository at this point in the history
  • Loading branch information
brzaik committed Mar 12, 2012
1 parent 9a15aec commit df4f6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/submissions/_index_body.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<article>
<div class="subnav clearfix">
<div class="pull-left" style="width:120px">
<%= link_to "Jump to Feed...", "#", :title => "Click on a feed to jump", :class => "btn dropdown-toggle dropdown-control", :rel => "#jump_to" %>
<%= link_to "Jump to Feed...", "#", :title => "Click on a feed to jump", :class => "btn small info dropdown-toggle dropdown-control", :rel => "#jump_to" %>

<div id="jump_to" style="display: none;">
<% feeds = dfs_tree(Feed.roots) %>
Expand Down

0 comments on commit df4f6c8

Please sign in to comment.