Commit 9987ec934c2e0662a43f293799e6a8e09f4121f8

Authored by Alexander Randa
1 parent 459c9ba2

added 10px in bottom

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/assets/stylesheets/style.scss
@@ -545,7 +545,7 @@ body.project-page h2.icon .project-name i.arrow{float: right; @@ -545,7 +545,7 @@ body.project-page h2.icon .project-name i.arrow{float: right;
545 } 545 }
546 546
547 body.project-page h2.icon span{ background-position: -78px -68px; } 547 body.project-page h2.icon span{ background-position: -78px -68px; }
548 -body.project-page .project-container{ position: relative; float: left; width: 100%; height: 100%; } 548 +body.project-page .project-container{ position: relative; float: left; width: 100%; height: 100%; padding-bottom: 10px;}
549 body.project-page .page-title{margin-bottom: 0} 549 body.project-page .page-title{margin-bottom: 0}
550 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; } 550 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; }
551 551