]> git.openstreetmap.org Git - rails.git/commitdiff
Style
authorJohn Firebaugh <john.firebaugh@gmail.com>
Thu, 8 Aug 2013 00:19:19 +0000 (17:19 -0700)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Sun, 13 Oct 2013 21:45:57 +0000 (14:45 -0700)
app/assets/stylesheets/common.css.scss
app/views/site/help.html.erb

index c9b7046f97158cf4f9bed5b4d43fc21567f53bb1..fa6b71b8d061a35d0186268730f291387585f749 100644 (file)
@@ -2560,43 +2560,3 @@ a.button {
     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;
-    }
-  }
-}
index 91dc227e99ab56918d6f121d3960613a4e889d20..f58af4f2d2f553b597f2ea20d873e29d9912cc1d 100644 (file)
@@ -2,10 +2,10 @@
   <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" %>