Using the current acidfree-5.x-1.x-dev.tar.gz release image thumbnails appear well outside of the background color (e.g., as it's displayed on the homepage). After a bit of debugging I tracked the problem down to 'div-acidfree-thumbnail'.

Original (screenshot):

div.acidfree-thumbnail {
  position: relative; 
  margin: 0 auto 0 auto;
}

Changed to (screenshot):

div.acidfree-thumbnail {
  position: relative;
  _position: none; /* for IE 6 */
  margin: 0 auto 0 auto;
}

====

WorkHabit/FireBright

Comments

jaredwiltshire’s picture

Hi, i wrote the new theme for acidfree and I did test it with IE6.

What operating system and theme are you using?

Caleb G2’s picture

Windows XP and the Barlow theme. Yeah, I didn't try it with any other themes so maybe it's a theme specific issue (?). I dunno.

mwheinz’s picture

Status: Active » Closed (cannot reproduce)

Closing. No activity in more than 2 years.