typ1k A vertical line that will seperate avatar from post body.
In defense of datlechin, your screenshot shows no vertical line between avatar and post body.
How about this one then?
.Post-body {
border-left: 1px solid #000;
padding-left: 10px;
}
If the post-header needs to have that line too:
.Post-header {
border-left: 1px solid #000;
margin-bottom: 0;
padding-bottom: 10px;
}