set the stylevar doc_margin to this (Make sure to change the option to YES):
or add the following to additional.css:
it will result in this:
if you'd like to give the left just a slight margin, modify the style var like so (substitute whatever number you'd prefer):
or add the following to additional.css:
Code:
body {margin:0 0 0 1em;}
where 1em = 10px or whatever you'd like.
with 1em it will look like this:
//procrastinating