Ok, I just learned a valuable lesson–flush the cache or changed made to the CSS won’t show up. Wow, I wasted a couple of hours 馃檨
Once I changed:
a img {
margin-bottom: -4px;
}
to:
a img {
margin-bottom: 0px;
}
the slider looks correct.
Still wondering if this is the *right* way to fix this problem? Am I potentially messing up other image stuff later?
Thanks–Dan