- open styles_layout.css
- search that document for .sideblock .header - if this does not exist, then add it under the heading "Blocks". You want this value to read the following:
border: none
}
This should fix your problem.


Do you mean the questionmark that appears over the pointer when hovering glossary terms?
If so, you should be able to disable this through CSS. Search your color CSS files for
a.autolink.glossary:hover {
cursor: help;
}
Do you mean the questionmark that appears over the pointer when hovering glossary terms?
If so, you should be able to disable this through CSS. Search your color CSS files for
a.autolink.glossary:hover {
cursor: help;
}