added 10px in bottom
This commit is contained in:
parent
459c9ba27d
commit
9987ec934c
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue