From b7ecab102e6a6098bc9d27514bdce27fec4ea290 Mon Sep 17 00:00:00 2001
From: Chloe Fan <herchloeness@gmail.com>
Date: Sun, 5 Jan 2014 15:51:46 -0800
Subject: [PATCH 1/2] Issue 13. Pushed header and image down to compensate for
 fixed top bar

---
 app/styles/contribute.sass | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/app/styles/contribute.sass b/app/styles/contribute.sass
index 0824964ef..c99def48c 100644
--- a/app/styles/contribute.sass
+++ b/app/styles/contribute.sass
@@ -1,13 +1,13 @@
 #contribute-view
-  
+
   #intro
     margin-right: 20%
-    
+
   #homepage_screenshot
     margin: 20px 0px
   .signature
     text-align: right
-    
+
   a
     cursor: pointer
 
@@ -15,8 +15,8 @@
     float: left
     width: 150px
     margin: 10px 10px 20px 20px
-    padding-top: 30px
-    
+    padding-top: 65px
+
   #contribute-nav
     float: left
     max-width: 20%
@@ -27,15 +27,15 @@
     li
       float: none
       width: 100%
-   
+
   #contribute-main
     margin-left: 25%
     padding: 40px
     box-sizing: border-box
-    
+
     h3
-      padding-top: 30px
-      
+      padding-top: 70px
+
     .well
       padding: 5px 5px 5px 30px
 

From 5a9b55342e23be92e41eaede0e6ef3e2957f26c9 Mon Sep 17 00:00:00 2001
From: Chloe Fan <herchloeness@gmail.com>
Date: Sun, 5 Jan 2014 15:55:36 -0800
Subject: [PATCH 2/2] Aligning intro to rest of the page

---
 app/styles/contribute.sass | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app/styles/contribute.sass b/app/styles/contribute.sass
index c99def48c..615022a47 100644
--- a/app/styles/contribute.sass
+++ b/app/styles/contribute.sass
@@ -1,8 +1,5 @@
 #contribute-view
 
-  #intro
-    margin-right: 20%
-
   #homepage_screenshot
     margin: 20px 0px
   .signature