Hello all,
I am adjusting my product pages to use 480px wide images and I have everything right except one part...
From firebug when I am on the product page, and highlight this line:
<div class="details" style="margin-left: 480px;">
Then in the style tab on the right the first thing listed is:
element.style {margin-left: 480px;}
I can change this to 500 and it fixes it PERFECT in firebug, but I can't find that in main.css at all and it is not telling me the file and line to the right like it does for everything else in firebug
