diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 59235fbc8..75c33b6aa 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -85,12 +85,12 @@ h2 { /* Rules for the introductory text displayed in the left sidebar to new users */ -#intro { +.sidebar-copy { border-top: 1px solid #ccc; padding: 0px 5px; } -#intro p { +.sidebar-copy p { margin: 5px; } @@ -236,7 +236,7 @@ h2 { .donate { width: 155px; - margin: 10px 5px; + margin: 10px 10px; padding: 5px; border: 1px solid #ccc; background: #cbeea7; diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index 14cf7b003..19835489c 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -68,19 +68,19 @@ <%= yield :optionals %> <% unless @user %> -