Login or Register

RSS IconRecent posts in this topic

avatar
bohboh on Oct 12. 2007. 4:23 am
I dont know if anyone else has been getting this but all images that are links have a border.

To fix this add:

img {
	border:none;
}


to:

activecollab/public/assets/themes/default/theme.css
avatar
Goran Radulović on Oct 12. 2007. 7:58 am
* {
  margin: 0; padding: 0; border: 0;
}


This can be found in global.css. It's a global reset that reset border for all elements including img. Can you tell us where did you seen border on linked images? Also it would be nice to provide us with some screenshots.

Thanks
activeCollab team member
avatar
bohboh on Oct 12. 2007. 8:06 am
Ah, ok.

I checked my global.css file and they are there, seems to be ignoring them.

I will email a screenshot over.

I saw it on all pages, so had more than others,

Incidentally, this was on XP with FF2.

RSS IconRecent posts in this topic