Item250: link cannot be made bold on Foswiki site
Priority: Normal
Current State: Closed
Released In:
Target Release:
Applies To: Web Site
Component: NatSkin/BlueNoteStyle.css
Branches:
Due to the following code in
NatSkin/BlueNoteStyle.css, a link cannot be made explicitly bold (i.e.
<strong>[[some link][some link text]]</strong> will not show up as bold):
.twikiEmulatedLink,
a:active, a {
color:#0055b5;
text-decoration:none;
font-weight:normal;
}
Note this issue has been raised in a comment to Tasks.Item60.