From f5de157d2845ff1067b14604b2ca6c79ca7a7ac6 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 16 Jul 2013 10:25:59 -0700 Subject: [PATCH 1/1] Adjust whitespace and color --- app/assets/stylesheets/common.css.scss | 14 +++++++++++++- app/views/site/welcome.html.erb | 4 ++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index a50bb74dc..90744a187 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -2227,7 +2227,7 @@ a.button { } .drop { - margin-top: 80px; + margin-top: 20px; } .sprite { @@ -2278,4 +2278,16 @@ a.button { .sprite.question { background-position: -300px 0; } + + .pad1 { + padding: 10px; + } + + .pad2 { + padding: 20px; + } + + .note-box { + background-color: $offwhite; + } } diff --git a/app/views/site/welcome.html.erb b/app/views/site/welcome.html.erb index f3a0b086d..d97b08d9a 100644 --- a/app/views/site/welcome.html.erb +++ b/app/views/site/welcome.html.erb @@ -86,8 +86,8 @@

<%= t "welcome_page.section_6.paragraph_2_html" %>

-
-
+
+

<%= t "welcome_page.section_7.title" %>

<%= t "welcome_page.section_7.paragraph_1_html" %>

<%= t "welcome_page.section_7.paragraph_2_html" %>

-- 2.43.2