From 5178686e26404418c4dbde8a7e33cccbdd57c6fb Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 7 Aug 2013 17:19:19 -0700 Subject: [PATCH 1/1] Style --- app/assets/stylesheets/common.css.scss | 40 -------------------------- app/views/site/help.html.erb | 4 +-- 2 files changed, 2 insertions(+), 42 deletions(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index c9b7046f9..fa6b71b8d 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -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; - } - } -} diff --git a/app/views/site/help.html.erb b/app/views/site/help.html.erb index 91dc227e9..f58af4f2d 100644 --- a/app/views/site/help.html.erb +++ b/app/views/site/help.html.erb @@ -2,10 +2,10 @@

<%= t "help_page.title" %>

<% end %> -

<%= t "help_page.introduction" %>

+

<%= t "help_page.introduction" %>

<% ['welcome', 'learnosm', 'help', 'wiki'].each do |site| %> -
+