Borders on images
Page: 1
I dont know if anyone else has been getting this but all images that are links have a border.
To fix this add:
to:
activecollab/public/assets/themes/default/theme.css
To fix this add:
img {
border:none;
}to:
activecollab/public/assets/themes/default/theme.css
Goran Radulović
on Oct 12. 2007. 12:58 pm
* {
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



