Does anyone know why the Smart Responsive CSS has the width set at 99.7% instead of 100%?
It adds an annoying little border down the right of the screen when set to 99.7%.
It adds an annoying little border down the right of the screen when set to 99.7%.
/* The Design Styles for Nicola's 2nd Responsive Design */
body {
width:99.7%;
body {
width:99.7%;
Comment