From 71e7bff1eabd0c277a75910fd2975bfc7b95af2a Mon Sep 17 00:00:00 2001
From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Date: Mon, 24 Feb 2014 09:32:24 +0200
Subject: [PATCH] Revert "set layout margin-bottom 50px"

Because .content class used in several other places and this change add
unnecessary margint ot it

This reverts commit f8807281ee591ac00462c1f60de0a01392b906e4.
---
 app/assets/stylesheets/main/layout.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/assets/stylesheets/main/layout.scss b/app/assets/stylesheets/main/layout.scss
index 4fb01a6fd0..9e009a5e0a 100644
--- a/app/assets/stylesheets/main/layout.scss
+++ b/app/assets/stylesheets/main/layout.scss
@@ -16,5 +16,5 @@ body {
 }
 
 .container .content {
-  margin: 0 0 50px;
+  margin: 0 0;
 }
-- 
2.30.9