From 9987ec934c2e0662a43f293799e6a8e09f4121f8 Mon Sep 17 00:00:00 2001 From: Alexander Randa Date: Thu, 17 Nov 2011 00:17:55 +0300 Subject: [PATCH] added 10px in bottom --- app/assets/stylesheets/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/style.scss b/app/assets/stylesheets/style.scss index b3530e5bf..801bac38a 100644 --- a/app/assets/stylesheets/style.scss +++ b/app/assets/stylesheets/style.scss @@ -545,7 +545,7 @@ body.project-page h2.icon .project-name i.arrow{float: right; } body.project-page h2.icon span{ background-position: -78px -68px; } -body.project-page .project-container{ position: relative; float: left; width: 100%; height: 100%; } +body.project-page .project-container{ position: relative; float: left; width: 100%; height: 100%; padding-bottom: 10px;} body.project-page .page-title{margin-bottom: 0} body.project-page .project-sidebar {width: 220px; left: 0; top: 0; height: 100%; bottom: 0; position: absolute; background-color: #f7f7f7; float: left; display: inline-block; background: #f7f7f7; padding: 20px 0 20px 2%; margin: 0; } -- 2.11.0