[PATCH] Make links in pdf output blue so it's easier to tell they're links.

Peter Hutterer peter.hutterer at who-t.net
Tue Dec 7 19:56:28 PST 2010


On Tue, Dec 07, 2010 at 07:52:08PM -0800, Alan Coopersmith wrote:
> Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
> ---
>  xorg.xsl |    8 ++++++++
>  1 files changed, 8 insertions(+), 0 deletions(-)
> 
> diff --git a/xorg.xsl b/xorg.xsl
> index 6184b4e..cf6c649 100644
> --- a/xorg.xsl
> +++ b/xorg.xsl
> @@ -46,4 +46,12 @@ DEALINGS IN THE SOFTWARE.
>       thus not needing to wait for http fetch of draft.png from docbook website.
>      -->
>    <xsl:param name="draft.mode" select="no"/>
> +
> +  <!--
> +     Make links in pdf output blue so it's easier to tell they're links.
> +    -->
> +  <xsl:attribute-set name="xref.properties">
> +    <xsl:attribute name="color">blue</xsl:attribute>
> +  </xsl:attribute-set>
> +
>  </xsl:stylesheet>
> -- 
> 1.7.3.2

more colour is what the world needs, there's too much black and white
around.

Acked-by: Peter Hutterer <peter.hutterer at who-t.net>

Cheers,
  Peter


More information about the xorg-devel mailing list