Skip to content

Instantly share code, notes, and snippets.

@apohllo
Created February 19, 2009 13:56
Show Gist options
  • Select an option

  • Save apohllo/66928 to your computer and use it in GitHub Desktop.

Select an option

Save apohllo/66928 to your computer and use it in GitHub Desktop.
<% content_for :stylesheets do %>
#top_menu {display: none}
#right_menu {float: right; background-color: yellow; color: black}
<% end -%>
<% content_for :content %>
<div id="right_menu">Right menu items here</div>
<% end -%>
<% render :file => 'layouts/application' %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment