I'm using the Twitter Bootstrap fixed layout where the container div
has:
margin-left: auto;
margin-right: auto;
So it always stays in the center.
What I want to do is position the container so that there is a 100px gap between the left browser window border and the container. When the window gets smaller I want the container move to border of the window.
How can I achieve this?