remove comment & add space

This commit is contained in:
Morris Jobke 2014-01-18 14:22:56 +01:00
parent 9edbd142a2
commit ce0cbbd7bc
1 changed files with 1 additions and 2 deletions

View File

@ -229,7 +229,6 @@ input[type="submit"].enabled {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: fixed;
/*top: 45px;*/
right: 0;
left: 0;
height: 44px;
@ -265,7 +264,7 @@ input[type="submit"].enabled {
top: 45px;
}
#content-wrapper {
position:absolute; height:100%; width:100%; padding-left:80px;padding-top: 45px;
position:absolute; height:100%; width:100%; padding-left:80px; padding-top: 45px;
-moz-box-sizing:border-box; box-sizing:border-box;
}
#leftcontent, .leftcontent {