border-radius: 4px;
}
}
-
-.site-help {
- #content {
- a {
- display: inline-block;
- width: 45%;
- height: 200px;
- float: left;
- text-align: center;
- color: #000;
- margin: 10px;
- padding: 10px;
- border-radius: 10px;
- }
-
- h3 {
- margin-top: 50px;
- }
-
- a:hover {
- text-decoration: none;
- }
-
- .welcome {
- background-color: #D6FFB9;
- }
-
- .learnosm {
- background-color: #BAFCFF;
- }
-
- .help {
- background-color: #FCFFB9;
- }
-
- .wiki {
- background-color: #FFB9CC;
- }
- }
-}
<h2><%= t "help_page.title" %></h2>
<% 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'>
+ <div class='<%= site %> help-item'>
<h3>
<a href='<%= t "help_page.#{site}.url" %>'>
<%= t "help_page.#{site}.title" %>