From a7706983a91827b6a2a19efb17a3fbbdb8a400a5 Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Fri, 10 Oct 2014 00:57:02 -0700 Subject: [PATCH] Text/style improvements to welcome dialog - now mentioning that they need to make a change to be on the website gallery. --- sass/_project-sass/_project-Main.scss | 6 +++--- views/dashboard.erb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index f44fa1dc..c2eea93b 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -117,12 +117,12 @@ .welcome { background: #daeea5 url(/img/heartcat.png) no-repeat 20px center; background-size: 77px 81px; - padding: 20px 20px 20px 108px; - margin-bottom: 30px; + padding: 20px 20px 20px 111px; + margin-bottom: 20px; } .welcome h4 { font-size: 1.2em; - margin-bottom: 4px; + margin-bottom: .5em; } .welcome .close-button { float: right; diff --git a/views/dashboard.erb b/views/dashboard.erb index edf39cd6..d2b772d2 100644 --- a/views/dashboard.erb +++ b/views/dashboard.erb @@ -52,7 +52,7 @@

Hello! Welcome to your new site.

- To get started, click on the index.html file below to edit it. It's your home page! You can add more files (such as images) from your computer by dragging them into the box below. Need help building web sites? Check out these tutorials! + To get started, click on the index.html file below to edit your home page. Make some changes and weʼll add your website to our website gallery! You can add more files (such as images) by dragging them from your computer into the box below. Need help building web sites? Check out these tutorials!
<% end %>