I think I might already know the answer to this one but I need a sanity check!
Say I have
#gridtest{ width:590px; }
I could change the
If you want to stay semantic you can use div { box-sizing:border-box; } or some absolutely positioned :after elements. See the post How do I add 1px border to a div whose width is a percentage?
div { box-sizing:border-box; }
:after