Hello,
I cant find it in css... how to remowe that little piece of white background from the corners of block ?

I attached screen...

Thanks

CommentFileSizeAuthor
spots.jpg14.59 KBchazz

Comments

hswong3i’s picture

Status: Active » Fixed

style.css (line 199 - 204):

#content h1.title,
#content #mission h2.title,
#content .block h2.title {
  background: #A9C0CE url(images/corner.gif) no-repeat top right;
  margin: 0 0 3px 0;
}

style.css (line 217- 220):

#content #sidebar-right .block h2.title {
  background: #6C757A  url(images/corner.gif) no-repeat top right;
  margin: 0 0 3px 0;
}
chazz’s picture

Omg thanks... i didn't check that .gif before :)

Anonymous’s picture

Status: Fixed » Closed (fixed)