<% content_for :heading do %>
- <h2><%= t "help_page.title" %></h2>
+ <h1><%= t "help_page.title" %></h1>
<% end %>
-<p class='introduction inner22'><%= t "help_page.introduction" %></p>
+<p class='introduction'><%= t "help_page.introduction" %></p>
-<% ['welcome', 'learnosm', 'help', 'wiki'].each do |site| %>
- <div class='<%= site %> inner02 help-item'>
+<% ['welcome', 'help', 'wiki'].each do |site| %>
+ <div class='<%= site %> help-item'>
<h3>
<a href='<%= t "help_page.#{site}.url" %>'>
<%= t "help_page.#{site}.title" %>