screen.css を編集し、私のコメントに基づいて変更を行います。
.post, .strip {
clear: both;
position: relative;
padding: 20px 0 0 100px;//change this to 20px 0 0 0;
width: 500px; //width to 600px;
border-bottom: 1px solid #e5e5e5;
}
.body {
width: 500px; //width to 600px;
}
.post a.icon {
display: block;
position: absolute;
top: 20px;
left: 0; // this to -100px;
width: 32px;
height: 32px;
}
また、これを追加して、ページが上部にあるパネルをより広くします。
#page-strip {
position: absolute;
left: 100px; //to 0px;
top: 13px;
width: 400px; // to 600px;
height: 5px;
background: #e5e5e5;
-webkit-border-radius: 2.5px;
-moz-border-radius: 2.5px;
border-radius: 2.5px;
}