Re: [Boost-docs] Underlining links only in Quickbook/doxygen C++ references sections?

Subject: Re: [Boost-docs] Underlining links only in Quickbook/doxygen C++ references sections?
From: Daniel James (daniel_at_[hidden])
Date: 2013-11-13 19:14:35


On 13 November 2013 16:39, Paul A. Bristow <pbristow_at_[hidden]> wrote:
>
> Can anyone suggest if and how it is possible to use a different .css for just the C++ Reference
> sections.

You need to look for class names on the elements that contain the link
and use that to specify the rule. In this case, I think this will
work:

pre.synopsis a { text-decoration: underline; }

i.e. for anchors inside 'pre' elements with the class 'synopsis'.


This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:41 UTC