Commit 04a6bb767fcc23866e70214390f3f4dfee85a7d0

Authored by Dan Croak
1 parent bdb67ac9

content class, not main, in app layout

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/layouts/application.html.erb
... ... @@ -7,7 +7,7 @@
7 7 <%= stylesheet_link_tag :flutie, 'CHANGEME', :cache => 'screen' %>
8 8 </head>
9 9 <body class="<%= body_class %>">
10   - <div class="main">
  10 + <div class="content">
11 11 <%= render :partial => 'shared/flashes' -%>
12 12 <%= yield %>
13 13 <%= render :partial => 'shared/javascript' %>
... ...