[ 
https://issues.apache.org/jira/browse/JSPWIKI-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651363#action_12651363
 ] 

Roland Whitehead commented on JSPWIKI-288:
------------------------------------------

The css should use the "!important" declaration in case the style.css has 
overridden the colours for the heading. Thus the css should be:

{noformat}
a.hashlink {
     color: transparent !important;
     line-height: 1.2;
     padding:.25em;
     text-decoration: none;
     border: none !important;
}
a.hashlink:hover {
     background-color:#eee;
     color:blue !important;
}
{noformat}

> direct links to sections
> ------------------------
>
>                 Key: JSPWIKI-288
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-288
>             Project: JSPWiki
>          Issue Type: New Feature
>          Components: Core & storage
>            Reporter: Christian Helmbold
>            Assignee: Janne Jalkanen
>             Fix For: 2.8.1
>
>
> A visitor of a JSPWiki site can not create links to sections easily as long 
> as there is no table of contents on the page. Near each subheadline should be 
> a link to create an URL to the related section.
> See http://wiki.python.de/ (powered by MoinMoin) and point at the section 
> headlines, to see what i mean.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to